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

Daniel Krüger (Cosmo Consult)

MVP

Hi Ahmed, maybe you are already aware of it but you could also make use of the "Update related workflow instance" action. https://docs.webcon.com/docs/2024R1/Studio/Action/Workflow/UpdateParentWorkflow/ This action is similar to the "save" action on the form. This may be an alternative

Reports mails
23.10.2024 15:08

Hi, the table contains all the available mail information. - Going to be sent - Sent - Errored Since there can be a whole bunch of mails these are removed during the database maintenance hours: Database maintenance hours During database service hours, tables are cleared in the following

Change style of Datatable
17.10.2024 22:09

Hi Almin, I was just modifying the styling of our data table and remembered your question You can achieve this by adding an HTML field with the css. In our case we target column _1, which is the internal name of the calculated column of the BPS internal view used for the data table. You

Hi Cezary, it's definitely possible with the options Jacek mentioned. There's only one thing to keep in mind. Starting so many workflows will take some time and you will probably run into a timeout starting all of these in one go. Therefore you should create a loop and always start only a ba

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

WEBCON DAY 2024
07.10.2024 19:58

@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