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

Daniel Krüger (Cosmo Consult)

MVP

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

Hi, in case you have choose fields, which reference information from another workflow you should prevent the user from entering special characters. Example: A subworkflow is linked to a parent workflow with a choose field and uses the Title field as the display name. If a user enters ; or #

Hi, in my latest post I wanted to link to a header of an knowledge base post. Unfortunately, there's no option to create a link pointing to a header like this one: https://daniels-notes.de/posts/2024/translations#bps-portal Therefore I had to write: Search for the term "Using the application

Invalid form field order
26.05.2024 16:50

Hi Rafał, yes, I have run into it in some versions. The temporary workaround was to directly go into the database and correct the order. There had been two fields with the same order number in the same placeholder. After fixing this it was working fine for some time. If I remember correctly it wa

Hi, Regarding the issue: I don't see an issue with statement either. Maybe you can active the diagnostic mode from the user avatar. It should display the executed SQL statement. This way you could check what was executed. @Karol If I remember correctly there was some bug when a check was add

Hi, could we please get an option to define whether we want to set a choose field or only the id of the choose field? See the attachment as one example. I have an item list with a drop down and a fixed sql statement with multilingual values. Assigning the id to the column in a for each loop

Hi, it would really be great, to always see the menu bar, so that you don't have to scroll all the way up to save a dashboard. Ok, maybe it's just us who have long dashboards, as we added some CSS/JS so that report tiles float left. This way, we can have more tiles in one row while they take u

Item list with only 1 item
14.05.2024 14:10

Hi, you have two options: - Use this idea but with a fixed limit to 1 https://daniels-notes.de/posts/2024/limit-number-of-item-list-rows - Init the item list with one row and disable add row and delete row action. Best regards, Daniel

Hi everyone, maybe you have read the change log of the latest version and come across the new action and it's description: This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the

Hi Andreia, I'm a bit confused, why don't you have a "for each" in a path of the control step? What I would do in your case: - Create an "Action" column, with values: Verify, Exist, Doesn't exist - Set the action to "Verify" for all rows. - Create a "loop" using a flow control which either

Hi Mark, what you encountered is one of two reasons, I created a form rule to add a "virtual" path button which simulates a click on the save action. https://daniels-notes.de/posts/2021/unified-save-experience#save-button-as-a-path-button Best regards, Daniel