(...) How to get information from one specific body line to a given field on the form? I tried this way but it doesn't work, for example I want to download information only from decisions -> type -> and code content Part code of body : "decisions": [ { "id": 111111, "type": { "id": 0001, "code ": "APPROVAL"
(...) 00 Internal Server Error with timeout details, even though curl is identical as the one from swagger. Error log: Public Api POST /api/data/v6.0/db/1/elements/61445/admin/tasks/assignment Status code : 500 Error message: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated. Callstack: Microso (...)
(...) Hi, I'm writing this post to verify, that I didn't overlooked an option. Situation: I have a data table to get the data of subworkflows and the base 64 encode d values of their attached images. This data table is used to create a word document. The standard SQL connection uses the bps_user which neither can read data from a separate database nor is the user allowed to read the attachment file t (...)
(...) ting new User defined API: I have endpoint for data source. When I tested it manually, it works. But when I tried to do GET via API I got empty response. GET: {{env}}/api/udef/db/1/MTBVENDOR?Comcode =PL12&InvoiceNum=ASDF&InvoiceDate=2025-08-25 RESPONSE: STATUS 200: { "Data": [] } when i check sql query for data source is like this: (([InvoiceNum] = N'ASDF') AND ((CAST([InvoiceDate] AS (...)
(...) Hey everyone, I have two reports — one for Vessels and another for Shipments. On the Shipments report, I’ve set a URL filter like this: VESSEL_code = vesselcode Now I’d like to link these two together. Basically, I want to add a column on the Vessels report that links directly to the Shipments report, automatically filtered by the vessel’s code (using the URL parameter). Ideally, the solut (...)
(...) rule and returns true - The other path marks the field as not required instead It would be great, if the value of the form field validation would be available in the SDK so that we can modify the code and not all paths where this is used. This behavior applies to 2025 R1 and R2. I have no chance to look into it,, but I think the "IsRequired" property was set to false in older versions.
(...) : False last operation status validation error:True error exec. time exceded: False error msg: Invoke REST Web service - Request Url: https://app1.hypo.web/volt/resttools.nsf/download.xsp Response code : Exceptions: Insufficient attachment permissions error code :100 duration of last autom. element:41 total duration: 40 I also added our webcon service user account to business administrators of (...)
(...) platform would be governed centrally – by a central unit that creates new applications, grants application privileges, configures data sources, assigns licenses, and controls the API. However, low-code platforms could be leveraged more efficiently. Business departments should be able to develop applications independently, but this requires them to have an appropriately broad level of access rights. (...)
(...) ers. Source=WebCon.WorkFlow.Service StackTrace= w WebCon.WorkFlow.Service.Context.ServiceThreadsProvider.get_ThreadDbInfo() w WebCon.WorkFlow.Service.Context.ServiceThreadsProvider.get_IsInUnicode Mode() w WebCon.WorkFlow.BusinessLogic.Licencing.DatabaseInfo.DalDatabaseInfoGetter.GetInfo(Boolean loadAttachmentsDatabases) w WebCon.WorkFlow.BusinessLogic.Licencing.RestrictionsCheckers.Exp (...)
(...) n with a banking / core-banking REST API protected by OAuth 2.0 (WSO2). The API is fully standard-conformant (RFC 6749) and supports the following grant types: client_credentials authorization_code password (Resource Owner Password Credentials – intended for trusted internal TSS clients) For the required backend endpoints, the core-banking API supports only user-based tokens obtained via gran (...)
(...) to ensure that the fields contain no linked images. While this is a workaround it would be better to have a configuration option which allows using linked images in addition to embedded (base64 encode d) ones. The default option should be false, so that the users have to actively enable this option as it may cause issues with the audit trail. It would even be better, if the embedded images are s (...)
(...) to do with items list row to edit set to 0 Why is it allowed to be set to 0 if it causes such a ruckus We debugged our way through it in the office. but it breaks quite some form fields and html code as a result !
(...) a data source filter of a choose field I'm preparing the filter value on step entry. This is sufficient for this case.. #With a standard SQL data source I would use one of these options. The hard code d values would be replaced by the field value. {COLUMN:ID#ID} in ('KHL_030','KHL_020') {COLUMN:ID#ID} in (select item from dbo.SplitToTable('KHL_030,KHL_020',','))*/ #The first approach fails F (...)
(...) t testers and users updated • Higher awareness of users about changes This feature would significantly enhance WEBCON’s positioning as an enterprise-ready platform by bridging the gap between low-code development and professional software lifecycle practices. (Text creation supported by AI - I’ve been too lazy to write everything from scratch) Kind regards Sébastien
(...) In the code -parts of https://developer.webcon.com/docs/configuration-attributes/#configeditablegrid In the code window below the < - sign and > - sign are showed as ' & lt ; and & gt ; ' Is this intentional ? Because the code in the documentation is C# My colleague did not notice right away but I did!
(...) ash and diHash. This is used in the filter of the for each using this MSSQL data source. In the normal editor using [Data source columns | newHash] [Data source columns | diHash] leads to the SQL code (N[newHash] [diHash]). The "N" causes the error "Incorrect syntax near 'newHash'". When using the advanced filter the generated SQL code is diHash newHash and the query runs fine. May it be p (...)
(...) Update: There has been a bad return in the script that screwed the things up. # Hi, I have a REST API endpoint in PowerShell Universal with the following code for the response: [code ] $result = [PSCustomObject]@{ result = [PSCustomObject]@{ htmlLog = $html } is (...)
(...) I have the issue that I selected and added a handwritten signature in a document template. But he saves me the HTML-code and the picture. How can I remove the HTML-code or prevent it from being generated because it is 3-Sites of autogenerated data-tag. I only added the field in general from the webcon plugin. Webcon Version is the newest one!
(...) Hi, when using global constants in the global email template the reference is done with the IDs instead of the GUID. By this it‘s not possible to just copy & paste the HTML code to other environments without having to replace all occurrences of those references. Therefore I suggest to use GUIDs instead of IDs. Having global business rules for the email template would be great too. Kind regar (...)
(...) c Auth) and user authentication (username / password in the token request) Example token request: POST /token Authorization: Basic base64(client_id) Content-Type: application/x-www-form-urlencode d grant_type=password&username=USER&password=PASS&scope=default Currently, WEBCON BPS does not support this OAuth flow in its REST authentication configuration. Problem: Because of this li (...)