WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for AI

(...) moved our PROD-Environments Databases to a different SQL Server last night. Except from some annoying trouble with Sharepoint and the Webcon solutions we managed to get everything running smoothly agAI n. We uninstalled everything except from SOLR, and installed it agAI n. The old databases are offline. Currently there is still an alias configured, that routes traffic that might go to the old SQL-S (...)

(...) ing in the procedure of how Webcon action creates an event, that does not allow to add additional properties for the online meeting. Has anybody faced the same problem, has a resolution or could explAI n how the Webcon action creates the event and how exchange identifier is formed? Best regards Aleš

(...) Hi all! I need to create an emAI l alert that will be triggered if a Task Assignment Workflow is created for a specific user. My goal is to check if that user is a User Cal (has a Webcon licence) and if not send me an emAI l so I can give the user the access required. I've created a Send custom emAI l and I'm trying to define the execution rule that will be checking the previous statement. My qu (...)

(...) queries that should be reusable for any of us as they are. Although I personally find the built in Workflow-History very useful and really like it for admin-purposes, it might be some kind of an detAI l-overkill for common users. In order to give users a more simple look of what happened so far in the workflow, I created a datasource that should work for all workflows and translations. Values are (...)

(...) ption to use bold/italic in alerts if you use utf8 characters but I'm not sure whether it is such a good idea to use this. https://yaytext.com/bold-italic/ Edit: It would be nice, if this would be avAI lable on the notification options of a menu button, see picture.

(...) be updated with the list of documents needed and send them in a notification for the new candidate. There are some issues with this, I'm not able to initialize the item list with the dictionary detAI ls (only DB or Sharepoint is avAI lable), I don't want to do this by SQL query because in the future I will need to do mAI ntenance work if something changes. And the user doesn't want to click Add f (...)

(...) Dear all, what would be the best practice to update/change the Business Entity of an instance? Background: I would like to create an application contAI ning people related to a company respective business entity. Over the time it is possible they would change the company and so also the business entity. I found a dirty way by using an SQL Update directly on the WFElements table, but I am strugglin (...)

(...) erienced this error. Everything worked fine until Users list configuration step. When I try to configure the local AD as source for synchronization, I receive the error "The parameterized query '(@EmAI l nvarchar(4000),@DisplayName nvarchar(4000),@BpsId nvarch' expects the parameter '@DisplayName', which was not supplied." I assume, that for one of my service accounts the property display name is n (...)

(...) additional hint in the thread title would help, too. There are two reasons: 1) it's easier to notice 2) It's a better user experience. If you hide an option the user will wonder why something isn't avAI lable also it should be. If you "disable" it instead and provide an explanation everything is clear. Therefore I would suggest to add [Closed] as a prefix to the thread name once the author deems th (...)

(...) -entries-from-bps-workflows/ to help in the configurations and I'm able to send the information to Sharepoint: Message Log for my Action Message Address of a Sharepoint list: https://visionboxdomAI n.sharepoint.com/sites/customers/Lists/Calendar Inserting values: Title: Renovation Doc, Location: PT, EventDate: 3/12/2021 12:00 AM, EndDate: 3/14/2021 12:00 AM, Description: Renovation of doc, fAll (...)

(...) ode. Therefore it would already help if there were line numbers and code highlighting e.g. for opening and closing brackets. Sometime it is difficult to manage your own code when it reaches a certAI n number of lines. For example, if you have a Javascript code and only one semicolon or closing bracket is missing, you need to look for the issue. Yes, you could copy your code to another tool a (...)

(...) ialized with values and if the user changes one of them, I want that cell to be marked so it's easier to check the value. I have found some examples but it's using a rule (like > than X) and it's pAI nting the entire row. In the new release there are new item list actions which allow to pAI nt one cell but I don't know how to write the change value (probably I will have to use SQL command for this) (...)

(...) The Verify Process action (Process configuration test) currently doesn't check if hard coded users still exist. For example a group could be selected in a people field which limits the avAI lable users. The group has been deleted like in the attached image. But this doesn't result in an error. Best regards, Daniel

(...) tps://community.webcon.com/forum/thread/41/15 - HTML fields can't be displayed on reports so we are creating other workarounds - It's not necessary to load these via dashboards - Single point of fAI lure instead while providing a consistent user interface - With this we could fix small issues ourselves for example: https://community.webcon.com/forum/thread/380 Best regards, Daniel

(...) even add text parts before or change there position. e.g. concat[Happy][Weekend!] so I would like to say "Happy easter Weekend!" for this I have to delete Weekend! and type easter and then type agAI n Weekend! Of course in this case I just have to add it to the text directly, but please imagine in case of the text parts there are attributes. I am not sure if there is any trick or something to kn (...)

(...) ng to follow the query below but I'm not sure on how to add the dictionary there (in the database documentation I have, I don't find alias for a dictionary=) if exists ( select 1 from WFElementDetAI ls where DET_WFDID={WFD_ID} and DET_WFCONID={WFCON:1726} and isnull({DCNCOL:121}, '') = '' ) select 1 else select 0 Does anyone set up something like this? Thank you!

(...) an "application wide" variable that I can reference, create a new proposal # and then increment by 1. Now that I think about it like that, can I SQL query the # of records for the workflow? (Still fAI rly new to queries in webcon, any help would be appreciated). Thanks

(...) Hello, I am trying to synchronize BPS users with AD, and everything seems to be properly configured - the data is read, but the synchronization fAI ls and each entry shows error as below (of course there is valid data under these xxxxx) Record (distinguishedName: CN=xxxxxxxx,OU=Users,OU=xxx,DC=xx,DC=xx,DC=xx, displayName: Lastame, Firstname, adsPath: LDAP://CN=xxxxxx,OU=Users,OU=xxx,DC=de,DC=xx,DC (...)

(...) de Completed with response Body: "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" I'm guessing that i am missing something in my Docusign Developer Account but i'm not certAI n what it is and the Docusign Documentation isn't realy helping me here either. Has anybody tried this an maybe got an idea what the problem could be? Thank's in advance for any advice. Pasquale Ed (...)

(...) Hello, I'm working on a form of employee's declaration, which should contAI n a long text (an information for the employee, mandatory for legal reasons). What is a proper way for placing these types of data on a form? Is there a way other than creating an attribute and assigning default value (assuming that the text will be constant).