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

Daniel Krüger (Cosmo Consult)

MVP

Environment type
01.07.2024 10:22

Hi, It's great to see, that other's are using the same approach. Even so it's only a minor addition, but we added also a business rule to simplify this even more. For example we are using this, in the insert condition of a timeout. We have different timeouts depending on the environment. :)

Maybe it will be there in BPS 2024. At least it is in the backlog. :) https://community.webcon.com/forum/thread/4134?messageid=4134

Hi, I would like to add the following: I'm assuming that the "Privileges" and "Timeout execution statistics" actions don't change the workflow instance itself. It would be great to have these available in view mode. Especially during testing it happens, that the workflow instance is checked ou

Hi, as Karol mentioned, the data for one dictionary entry is limited by the columns. Here's also a post about this: https://community.webcon.com/posts/post/limiting-the-number-of-form-fields/70/3 There's no software limit regarding the number of entries (workflow instances). There may be phys

Hi Richard, is this an old environment? I haven't seen this format as a default settings since years. Unfortunately I don't have an environment with which I can fiddle, but there is a setting in the GlobalParameters table of the config or content database which defines this. I forgot the name

Hi Paweł, you can update a local or related attachment column by setting the ID of the attachment. Local are attachments which are limited to the attachments of the current workflow, while you can choose the source of the related attachment in the configuration of the column. I have to admit

Hi Tomasz, thanks, as soon as I used the correct way it was working as expected. :) In case someone else is stumbling upon this post I will post the changes. The numbers refer to those in the picture. 1. "Declare" the "Result" as an actual plugin value. 2. Changes to the Logic. ConverToC

Hi Tomasz, thanks for the feedback. I do have a business logic class, but no "official" model. I just converted the JSON object to a string in the REACT component and then deserialized the string in the backend again. I used this simply to transfer the information to the backend. I didn't

Designer issues
11.06.2024 17:39

Hi Maria, I had some issues when I changed multiple processes in 2022.1.2.xx and sometimes I could no longer save the others because "Designer Studio needs to be refreshed". I lost changes this way, but I was always aware, that something was not saved. It would have been worse, if I didn't knew

We thought of something similar but rejected the intermediate SMTP. WEBCON has a queue for handling any errors when sending mails. We haven't tested it, but in our opinion the intermediate server adds another level of complexity and requires an own monitoring / error handling. Besides this, the m

Hi, does someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JSON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers co

Hi, at the moment we have to decide whether we want to send a standard or custom notification (mail). While some users receive only a few mails this way, other receive to many and want to receive only a summary on a scheduled interval. While we can and have implement a configuration for an appl

Hm, one last idea would be to trigger the child validation not in path trigger but in the onentry trigger. I know that I had to move some actions to it, so that I could the access the data with a sql command. Btw. I what will halten if the validation in the children fails? Will the child workfl

Hi Maks, there could be one option for your case, even so it's not ideal. In some cases I've chosen to use dirty reads. This will read data which will be written to the database in another transaction. https://www.sqlshack.com/understanding-impact-clr-strict-security-configuration-setting-

Choice field - value change
03.06.2024 09:26

Hi Marza, maybe you could add your own use case to this user voice. The user voice is about adding an own function to set only the id as I never encountered an issue with the display name. Ok, I never used and I assumed that it wouldn't cause an issue as the choose value without a # is returning

Entra ID (former Azure AD)
03.06.2024 07:55

Hi Marcin, as you mentioned, Entry ID was formerly Azure AD and the documentation wasn't updated in this regard. Let me add a few things to those Maks already mentioned. App registration. If you want, you can use the same app registration for authorization and user synchronization.

Infinite timeouts
28.05.2024 16:47

Hi Wojtek, there's no build in option for deleting old versions. If it's possible I would delete the whole workflow using the archive action with retention mode. Coincidently a similar question was asked today: https://community.webcon.com/forum/thread/4975 If you need the data, then

Hi Sławek, if you don't want to annoy the users with mails you can also: - Create BPS users - Assign them to the groups/privileges as the users you want to test - Use the already mentioned "Working on-behalf" feature. Best regards, Daniel

Hi Patryk, maybe you can remove it with the archive action and retention mode "Remove from content database". https://docs.webcon.com/docs/2023R3/Studio/Action/DBRetention/Action_ArchiveElements#id_1 You could use it in an own cyclical action or create a separate workflow. I would recommen

Hi Arno, you are not the only one, who would like to have this feature. :) https://community.webcon.com/forum/thread/3170 Best regards, Daniel