Hi Arek, you are right, this would be an issue in this case though there is no use synchronization and all users are added as (external) BPS Users. Sligthty off topic: There's also a flag in the global parameters of the configuration database to change from UPN to netbios? format for the BPSI
Hi Michal, at the moment it is not possible. There's a user voice to increase this: https://community.webcon.com/forum/thread/5201?messageid=5201 Best regards, Daniel
Hi Celina, if you want to return the attachment ids from the item list it would be something like this select item from dbo.SplitToTable ( ( select Top 1 DET_AttachmetnColumn from WFElementDetails where DET_WFDID = ? and DET_WFCONID = ? and .... ) ,';') The inner select statement shoul
Hi Jacek, it's quite similar to local accounts in our demo environment. In the end we decided to add the users to the BpsUsers table in the configuration database with an insert statement to circumvent the UI and API restriction that users should be entered in the UPN format. It's not ideal b
Hi Krystian, I interpret this request as extending the whole (external) BPS User object which currently consist of the listed properties and the API is just one part of it. Is this correct? Off topic: Are you at the WEBCON DAY next week? I would be interested in how you are handling mult
Hi Celina, if the for each operator uses the "Collection type" item list, than you can access the values of the current item list row inside all actions. Best regards, Daniel
Hi Traian, while this would be really great, you can workaround this limitation: https://daniels-notes.de/posts/2022/open-designer-studio-in-a-specifc-version Best regards, Daniel
Hi Almin, in this case Jacek suggestion is the correct solution. Best regards, Daniel
Hi Almin, What I understand is that you want to create a process with one field in which you can define an SQL statement and the data table should show the result. If this is correct, than it will work if you predefine the name and number of columns. We need to configure the data table using
Hi Ondrej, it's not possible to transport history data to another environment. Depending on your use case you could: - Create a database backup - Restore it in another environment But this would require to delete any other process and data in the new environment. It would be one app
Hi Celina, with the Start subworkflow (SQL) action you will start one workflow for each row in the result set. If you have no other actions in the for each loop, than you can simply "move" the action outside of the for each loop and delete the loop. If you have other actions in the for each l
Hi Dawid, oh sorry. I attached it. Yes, the regex is validate , a warning is displayed too but I can still save the workflow using the save menu button. If I then open the workflow instance in edit mode the error is also displayed immediately. Best regards, Daniel
Hi Celina, are you executing the action inside a for each loop or outside? If iit's inside a foreach, it would be executed twice. At least this is the only explanation I have if there's one row creates one sub workflow but two rows creates 4 rows. Off topic: - I would use the DET_WFCONID cond
@Michal, That's great to know. If I remember correctly there was some kind of option to find others last year, which was not available for partners. @All I copied the breaks / networking times from the agenda. 08:30 – 9:30: Registration | Coffee Break 11:00 – 11:30: Coffee Break & Networki
Hi, if we are saving a workflow instance the form validation is ignored. This includes regular expression. In my opinion the regular expression should be checked and if they are not successful, saving should be prevented. Otherwise we will be able to save invalid data, which in turn can lead to i
Hi, Currently I have no access to WEBCON, so I will just provide a few information. The translates table contains all translation for all objects. The linked dictionary contains an overview what the ids mean. https://developer.webcon.com/2024/resources/db/?PageSpeed=off#DicTranslationsOb
Hi Nik, if the workflows have the same process or use the same database column to store the information you can make use of the "All form fields". This will take the value of the database column in the context of the current workflow. At least it works in the URL. I haven't used the body.
Hi, what do you think of this variation? It's pure CSS, so it can be used by everyone already. I've never thought about the requirement, but I think I will use this in my environments. :) .application-selection::before { content: "Planned maintenance 2024-10-03"; color: red;
Hi everyone, who's joining the WEBCON DAY 2024? Would anyone be interested in "gathering" during a break? At least I would be interested in seeing the persons and maybe WEBCON could take a photo to show the people behind the community. :) Best regards, Daniel
Hi Michal, I just noticed your response, I still get any mails. Maybe my long text /explanation was misleading. My suggestion is that a click in the expression editor of a node in the values tab, does insert the variable with single quotes. If I click on a constant it is currently insert