Did you know, that all global form rules are transferred to client whenever an instance is displayed?
Read more>A custom icon for the assigned tasks in the form, if the task was not yet viewed.
Read more>If you always get the same questions in the same step of a workflow, it's maybe time to add a help page dedicated to this step.
Read more>With the 2024 R1 release, functionality was introduced that allows application import operations to be automated and executed using the public API in Portal. This article describes this functionality and all accompanying system changes.
Read more>Version 2024 R1 of WEBCON BPS Portal has been modified to ensure full compliance with WCAG guidelines. This article provides an overview of the changes and enhancements made as part of this functionality.
Read more>
Version 2024.1.1 of WEBCON BPS has introduced significant changes to the way Webviews operate in WEBCON BPS Designer Studio and the Outlook Classic add-in.
In order to function properly, they require the installation of the "Microsoft Edge WebView2 runtime environment", which was previously distributed as part of the installation packages of both components.
Excel is so much more than just a table calculation. In this example I misused it to generate a few SQL statements.
Read more>An overview of all the translation options we have in WEBCON BPS with explanations or links to more detailed posts.
Read more>Have you ever wanted to display information hierarchically? I want to share how you can create accordion-style tables in the system.
Read more>
I've finished a new post about using Playwright with WEBCON BPS.
As I needed to add support for more field types, I didn't want to define the test data for each step and field type on my own.
Therefore, I focused this time on generating the form data using the REST API. After all, we already have the workflow steps, field, and field matrix, why should we define this again for Playwright? :)