Hi, it would be great having an audit log or audit trail feature as e.g. Microsoft and Atlassian have it to get an easy overview of what a specific user has done. Security relevant features like last login/access timestamp to WEBCON portal, Designer Desk and Designer Studio should get saved seperately. Right now there seems to be no information available in the database when a user last used
(...) Hello everyone, I have a JavaScript form rule with parameters that lives in a script tag in an HTML form field. And I have the issue that I can't figure out what button combination I need to press or where to click to edit the parameters. With business rules, it's in a context menu, but within the expression editor on the HTML field, I can't figure it out. And I could not find anything on the forum or (...)
(...) in my process. Trying to avoid future troubles I'm adding new workflows in a new process, and this leads to massive amount of duplicates of: business rules, constants, automations (fortunately not form rule s). Let's say i have a business rule which contains some users call it 'Manager Role' - inside of the app, there are many manager roles, but lets make it simple. It's used on few buttons around th (...)
Hi we have a form FormFieldExtension which overrides the method VerifySaveRestrictions. In this function we are checking whether the field is required. If the field is marked as required in the form field matrix and the users uses a path without form field validation, the IsRequired attribute returns true. While this is technically true, the deactivated form field validation would ignore the
Hello, it would be great if there was an option that shows where WEBCON user groups are used similar to what we have for form fields and business/for rules. Also, an option to add description similar to office 365 groups. Thank you
I need to call a REST API from a WEBCON form and write the returned values back into form fields. The REST API performs several validations on the incoming JSON payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the API returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Autom
(...) Created form rule that is triggered on Change by a float field. It checks if the sum of a certain column in an itemlist exceeds the value in the field, if so the colum should turn red. The problem is if the form rule is triggered it chan only change the color once. If we change the value again the color persists (i tested the statment with an alert if it follows the right branch) Does someone k (...)
Hi all, I have several questions regarding WEBCON BPS capabilities and best practices: Is it possible to create printouts (printable documents / reports) that use values from form fields (e.g., Date from, Date to, Choice fields, Text fields) and generate a printable confirmation for the user? Does WEBCON BPS have a built-in task scheduler / job scheduler (harmonogram zadań)? What are p
(...) need to update a related workflow and I want to use the “Update related workflow instance” action. However, I have a question. On the related workflow instance, the attribute I want to change has a form rule defined on value change — and I don’t want that rule to be triggered. I’ve done some tests and it seems that the form rule is not triggered when the instance is updated this way, but it might have (...)
Hi, Current Situation: Data Sources are typically static and context-independent. Each Data Source is bound to a fixed query or API call, with no native mechanism to pass parameters dynamically. As a result, any variation in use (such as retrieving different columns, filtering by different criteria, or adapting to different workflow contexts) requires creating multiple Data Sources or embeddin
Hi, right now app, process and workflow's associated form type user privileges can only be set for users and/or groups. It would be great if global business rules could be used too. A filter could be set that only global business rules with return type „user list“ can be used. This way e.g. a business admin could manage users in a dictionary and dynamic privileges would be possible with a b
(...) Hi, unfortunatelly global "objects" (business rules, form rule s, constants, automations) have no app binding functionality as data sources have. Some global constants, business or form rule s and automations may contain critical data (e.g. api tokens) that should not be useable by all devs with studio access. An option to set an object as protected and enabling an app binding to allow the usage would (...)
(...) Hi, right now configurations are process specific and contain amongst others business rules, form rule s, constants, automations. If multiple processes of the same app or even other apps need one of those there is the possibility to create a global equivalent in system settings. Unfortunatelly global objects have no app binding functionality as data sources have. Some global constants, business or for (...)
(...) Hi, why are form fields available in the objects tab when configuring a validate form action but not when using the form rule editor? Can anybody explain this? Thanks and kind regards Sébastien
Hi, I'm experiencing an issue with selection attributes. If a user types a value but doesn’t explicitly confirm the selection, the value still appears in the field after saving the form or moving along the workflow path. However, the problem is that the value change rules are not triggered in this case, which often results in the form not being populated correctly. Has anyone encountered