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

Daniel Krüger (Cosmo Consult)

MVP

Hi, there's no need to look for any information. This feature is removed/will be removed in later versions. Unfortunately, I don't find the document where I read it. Edit: In 2024.1.1.48 it is already removed. Best regards, Daniel

Regarding different behaviors of item list actions I can recommend reading this: https://daniels-notes.de/posts/2024/importing-applications-using-an-application#empty-and-null-handling-depends-on-the-item-list-action

Hi Paweł, when a workflow instance uses follows a path all tasks will always be completed. If the path is set to "wait for completion" the workflow instance will not be using the path. It will only be saved. Therefore I see only two option. 1) If you only need to update fields, you could us

Hi, I have to admit, I have never seen the benefit of the filter condition and always applied the filter in the SQL statement itself. So, I'm not sure whether there can be an actual issue with business rules and parameters in this action. Besides this, did you activate the diagnostic mode and

Delete Timeout
19.08.2024 18:43

Hi, could you copy the configuration of the timeout? If the timeout executes a path, the insert condition is evaluated again. If this is false then the timeout should no longer be created and once all timeouts are removed from the database, you should be able to remove it from Designer Studio

Group Privileges
19.08.2024 10:17

Hi Mario, I have never faced a similar use case, the only 100% solution would be to: - Create the tasks with an action - Set completion mode of the path to "any" and not parallel - Move the workflow to a flow control, which verifies the requirements - If the requirements are not met, move bac

Hi, this error typically indicates, that the WEBCON BPS server can not connect to the SQL server (instance). This may be due to different reasons. - Wrong SQL server instance - Firewall prevents the communication - SQL Server Configuration manager: The protocol is disabled used for connect

Send email on new row
16.08.2024 18:06

Hi Andreia, I'm sorry but for some reason I don't receive any notifications and so I have to check any updates manually. If you don't delete rows, than it would be fine to just compare the number of rows. I haven't tested this in WEBCON but the below query could work when used in the OnEntry

I would also opt for the dictionary approach. The most important think here is to actually create a dictionary report and not a table report. Otherwise you could activate the export option but you wouldn't be able to us the import. Besides this the exported file differs also depending on the type.

Hi Maks, did you test this or did you run into issues with this? __ Also your environments DEV/PROD are now divergent - on DEV field is using WFD_AttText5, and on prod the same field uses WFD_AttText6. In case of any complex reports that require column names you'll have remember at every singl

Hi Lukasz, thanks for the update. :) For the moment I added an additional check, whether the group contains the expected members. This will of course fail, when someone modified the group via the BPS Portal instead of the process, but it made me realize, that I add some "maximum wait time" che

Hi everyone, I have a process which updates the group members. This is done in async mode because the synchronization takes a while. I'm trying to prevent updates by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's ad

Send email on new row
12.08.2024 16:20

Hi Andreia, I sometimes face a situation, where I want to access the data via SQL and the values are not yet written / available for different reasons. In these cases I move those "read" actions from the path to the OnEntry and everything works fine. I'm not sure whether this would apply in

Send email on new row
12.08.2024 09:16

Hi, I would implement it in another way. As far as I understand it, this would always set a technical field which in turn invokes the menu action. This would always save the instance, which may not be so good for the use experience. I see two options, one with a technical field as suggested a

Thanks, I just noticed it myself. :) Unfortunately I don't receive any notifications, also everything is activated. :(

Hi Andreia, the issue is, that the field is marked as technical. If a field is a technical field, it is not part of the DOM and therefore doesn't exist for the browser. Therefore, setting an HTML field to technical makes no sense. :) Best regards, Daniel

Hi Andreia, the way Jack mentioned is the correct way. I prefer another approach though. The reason for this is simply, because I hate changing anything in the steps, because it will be forgotten. I use an HTML field which hides the 'Add row' button with CSS for the item list. This field is th

Hi, this may sound strange, but so was the reason, why I'm proposing this. My suggestion is that the expression editor for a SQL command inserts the instance id variable in a way: Currently it is inserted as: {WFD_ID} My suggestion is that it is inserted within single quotes: '{WFD_ID}' T

Hi, the only way to "change" it would be to find an English language code which uses another starting date of the week. For example, the official suggestion to change the English date format from MM/DD/YYYY to DD/MM/YYYY is to change from en-us to en-gb. Best regards, Daniel

Hi, in my opinion it would be a really helpful, when the 'user privileges' tab on the process is displayed in red if any form type privileges are defined. I would use the color red as it's used in other cases, where the inheritance is broken like with forms.. Even so this is not strictly inher