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

search results

for AI

(...) Hey all, agAI n I need your help. Do you know any possibilities to create a new user when you register with the new openID feature? For example, a new user register over openID. After redirect the user has no access to the application, because he only exists in, for example, azure ad but not as a bps user on the plattform. I hope my question is clear enough =) Greets Georg

(...) Hello all, agAI n its me =) Do you have any idea if I can change the lable of the attachment? Somehow its always in English, but customer wants it in German. I added a screenshot, that you understand what I mean. Greets and have a nice day, Georg

(...) low I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: if exists ( select 1 from WFElementDetAI ls where DET_WFDID={WFD_ID} and DET_WFCONID={WFCON:1726} and isnull({DCNCOL:119}, '') '' and {DCNCOL:118} = 'Yes' ) select 1 else select 0 But it doesn't trigger my subworkflow. Does an (...)

(...) copying into is a Person/Group one and it doesn't get the value. I'm using the following query: select '{WFCONCOL:1769}' as {DCNCOL:105}, 'Requester Manager' as {DCNCOL:104} from WFElementDetAI ls where DET_WFDID='{WFD_ID}' and DET_WFCONID={WFCON:1652} with the unique value set to be the row identifier Anyone with ideas? Thank you!

(...) rmdata is kept in a json property called liteDate.liteModel as a json-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be avAI lable via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see below) with the nicely presented workflow steps on top of it. And I believe that this a Html (...)

(...) re we can configure some informational text (e.g. as header/footer) and of course one or more fields as parameter. The configured parameters we then can use to execute an action. The dialog could contAI n a cancel and a okay

(...) hedule for the employees? My client has many different shifts for employees and I was thinking of presenting the data with the mentioned process. Any ideas would be appreciated. 2. At this point my mAI n problem are the colors presenting the vacation type (which in my case would be the shift). The Vacation Type data source has only 6 avAI lable colors. I need more than that. Does anyone know if we ca (...)

(...) icker fields are usually based on datasources, it would by great, when the api would be extended with methods to query datasources. There should be at least two methods: 1) getting a list of all avAI lable datasources (overall / by application) 2) query a datasource with a filter. To make it easier, the filter should be passed in as query string

(...) 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) (...)