(...) ound. I have a report based on some workflow, and I’m trying to add a calculated column that returns the value related to a given element in report. The value is stored in a table located on another SQL Server (linked server), which is already connected to the WEBCON database. I tried using a query like this: SELECT Value FROM [serverX].[Mydatabase].[table] JOIN [serverY].[WEBCONdatabase].[dbo (...)
(...) Hi, How can I create a form in WEBCON BPS Designer Studio with four columns: field name, current value from an SQL table, new value to be entered,description for the entry? Just like in the screenshot. I need to display the current value to the user, and the user should be able to enter a new one.
(...) Hi there. I'm struggling with the behaviour of choice fields (especially if I start a workflow element via SQL ) if the value put into the field is not in the data source or not distinkt. I remember that in earlier Versions it would have started the new element, highlighted the value with red underlining and refused to go on, unless a valid value was entered, but the element has been created and t (...)
(...) 1e4eb051c", "svalue": "2026-04-23T09:06:05.0000000+02:00", "value": "2026-04-23T09:06:05+02:00" }, This represents 7:06:05 UTC / 09:06:05 local time (UTC+1:00 Amsterdam, Berlin...) The SQL server and WEBCON share the same machine and for whatever reason the time zone is also set to (UTC+1:00 Amsterdam, Berlin...). The global parameter is also set to the equivalent time zone: PRM_ (...)
(...) h I try, WEBCON escapes forward slashes (/) into escaped slashes (\/) in the JSON payload, which causes the receiving API to reject the request. I’ve already tried multiple approaches: - Direct SQL query - Business Rule - Populating a technical field - Storing attachment data in an item list - Building the JSON in different ways In all cases, the same escaping happens. Has anyone deal (...)