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

Daniel Krüger (Cosmo Consult)

MVP

Hi Maks and Jack already described where you can set it. I just want to point out, that this is part of the official developer documentation https://developer.webcon.com/docs/registration-and-authentiaction https://developer.webcon.com/docs/scopes-and-permissions https://developer.webcon.com

What is "Att_isSecret" ?
29.08.2024 21:38

Hi Mihai, I also noticed this field in the last days, but I have no idea, how it is utilized. The database documentation doesn't contain much information either: https://developer.webcon.com/2023/resources/db/?PageSpeed=off Is DataAttachmet secret I would assume that this is for inter

Hi, In the screenshot you passed the client id "Bearer GUID". You need to fetch an auth token first and then you can use this as the value for authorization. Here are a few locations where you can find more information: The developer page would be the first place to go: https://develop

Hi, besides the swagger site there's the developer site with an example on how to start an instance. https://developer.webcon.com/docs/basic-operations I can also recommend this PowerShell module, I use it a lot to read /write data to Excel. It's really great because it doesn't use Excel. ht

Vertreter-Funktion
27.08.2024 10:08

Hi Lina, wenn die Konfiguration gleich ist könnte noch die Vertretung generell deaktiviert sein. Das kann ich mir aber nicht wirklich vorstellen. https://docs.webcon.com/docs/2024R1/Studio/SystemSettings/GlobalParams/#substitutions-enabled Was hat der Screenshot zu bedeuten? Die Abfrage kom

Last comment on reports
26.08.2024 22:50

Just in case someone is finding this post via the search, here's an option to display those without updating to 2024. https://daniels-notes.de/posts/2024/show-comment-in-reports

Delete rows
26.08.2024 20:35

Hi Andreia, in your case I would use this sql statement: select DET_ID from WFElementDetails where DET_WFFID = {WFD_ID} and DET_WFCONID = ItemListId -- Condition to define which rows should be deleted. and FIELDDatabaseName > 0 If you use the DET_ID for the unique value, all rows wil

That's a question I've yet to answer for myself. Which kind of "code" is SQL. Most of the time it is "low code" for me but not "no code". :) There's also the option to use the "Advanced search", where you could return the WFD_ID of the latest workflow instance. Best regards, Daniel

Delete rows
24.08.2024 10:37

Hi Andreia, which version are you using? Depending on the answer the SDK will either not work and may be obsolete anyway. With 2023 R1 or R2 an option was provided in the update item list action to remove rows. https://webcon.com/docs/2024R1/Studio/Action/Form/Action_UpdateItemListValues

I don't mind where, but I ___need___ the raw value. :)

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