WEBCON BPS local groups management using simple process. Adding and removal of multiple group users by group owner at once. WEBCON BPS local groups In the WEBCON BPS Standalone installation, in which there is no SharePoint, and thus no SharePoint user groups, using WEBCON BPS local groups has become a key functionality. On the WEBCON…
Category: Uncategorized
A quick way to extract process form field column names
How to quickly export column names for a given process in WEBCON BPS 2020. WFElement table’s column names of the WEBCON BPS process. At work, I often encountered the need to provide information to other people in the team, in which columns of the WFElements table there are particular forms fields of a given process….
Starting a large number of WEBCON BPS sub-workflows
How to run large number of sub-workflows? Start subworkflow (SQL) action configuration. How to run thousands of instances of WEBCON BPS workflow? Problem: large number of sub-workflows Using WEBCON BPS, you may need to register thousands of sub-workflows simultaneously. Unfortunately, start such a number of workflow instances without encountering errors is impossible. Below you will…
WEBCON Basics: SQL Server connection
Configuration of connections in WEBCON BPS. Connection to the SQL Server database. WEBCON BPS allows integration with many different external systems. One of the most common needs among WEBCON BPS administrator users is the configuration of the connection and data sources for the Microsoft SQL Server database. In this post you will learn how to…
Quick tip #2: Tracking form field change in WEBCON BPS
How to check if the WEBCON BPS form field has been modified in a universal way. Notification of a user about a change in the specific form field. Business need As part of my previous implementations of business applications, I met with the need to check whether a given form field has been modified. WEBCON…
Usage of URL parameters in WEBCON BPS
How to use URL parameters in WEBCON BPS to fill form field. Automatic path transition using URL parameters and quick paths. Basic use of URL parameters – workflow registration WEBCON BPS allows you to use URL parameters to automatically complete the fields on the form. To achieve this, in the URL you should add parameters…
Business rules for working days in WEBCON BPS
Use universal global business rules in your processes. Using the working days calendar in WEBCON BPS. Working days calendar WEBCON BPS allows you to define non-working days in your organization. Thanks to this, we can use standard functions such as performing timeouts only on business days. Another standard feature is displaying on SWE reports, how…