WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Knowledge Base

Knowledge Base

When designing processes and individual workflows in WEBCON BPS, it is good to know how data is stored in the tables, what are the relations between them and how the particular information is displayed on the form. The WFElementDetails table contains all rows from the item list including user input and system data. Each row is uniquely identified by using the unique ID (DET_ID). Each form field in WEBCON BPS has its unique ID assigned – it allows you to configure workflows with Item list types of form fields.

Read more>

When designing processes and individual workflows in WEBCON BPS, it is good to know how data is stored in the tables, what are the relations between them and how the particular information is displayed on the form. The WFElements table contains data about all instances (forms) in the system. They store both system data and form field values defined in the processes. Each workflow instance is identified by a unique ID (WFD_ID).

Read more>

WEBCON BPS Standalone is what we call an installation of the system that operates without SharePoint. It was already possible to synchronize groups and individual users into the system by using the designated Portal interface. In version 2020.1.3., a new functionality for managing BPS groups and users has been added to supplement this process. The “Synchronization mode” parameter defines whether the action is to wait for the synchronization process to complete. Both synchronization modes are described in the context help in the system under the “F1” button.

Read more>

Keyboard shortcuts are a tool that can greatly enhance your working experience. WEBCON BPS Designer Studio gives you the ability to access some functions by using the keys. This article describes what combinations are available, where they can be used and what they are responsible for. Many of the actions that can be performed by clicking on an element in WEBCON BPS Designer Studio with the right mouse button, have a keyboard shortcut assigned. The shortcut information can be found in the right part of the selection window.

Read more>

The term “Related processes” refers to processes that interact with an application, but whose definition is originally in a different application. This feature can be useful in situations where you need to use the same process across multiple applications – once created in one application, it can be linked and used as a related process in others. Being in a different application does not exclude it from being used in presentation elements – related processes can be referenced in presentation configuration like any native process.

Read more>

When creating support for business processes in WEBCON BPS, it is important to remember that even the simplest workflow with a minimum number of steps and form fields will be reflected in the database – all of its instances and settings are represented in the content database – which is the main place of the system’s operation. There are also “virtual tables” automatically created by the system – called SQL views – that contain data from the linked tables.

Read more>

Various ways to make form fields more transparent and legible. The following article lists several ideas on how to customize the appearance of your form fields. Including:
- Groups and how to arrange fields horizontally (side-by-side)
- Multiple lines of text and append mode
- Rating scale and questionnaire
- CSS

Read more>

Privileges are an integral part of the WEBCON BPS system – defining what each user (or group of users) can see in an application and to what extent they can participate in the system. Privileges can be scaled and applied globally, per application, per process and even per specific form type. The global parameters allow you to grant selected users the global administration or read-only privileges on all existing processes. To do this, go to the “System settings” tab and then, in the “Global parameters” section select the “Global privileges” option.

Read more>

During document processing, it is important to check the correctness of the entered data – mostly to make sure that an incorrect value doesn’t cause issues further down the workflow. WEBCON BPS gives access to multiple avenues of form validation: RegEx, ‘Validate form’ action, and the one we will be taking a closer look at– setting up a form rule on the path. This article describes the use of this functionality. Embedding the correctness rule on the workflow path is a convenient and fast way to verify fields. In addition, it simply limits calling the rule to a specific place of the workflow. Verifying the correctness of the entered data allows you to avoid mistakes and therefore spend less time correcting them.

Read more>

When working with WEBCON BPS applications, there are often situations when a user wants to find a specific instance. For this purpose, they will use the search engine or try to find the necessary information using reports on the application’s site. The WEBCON BPS interface works quickly, but by opening the full page form of each instance individually, only to discover that it isn’t the one they are looking for, is a waste of time. The situation looks similar when you have the form containing hyperlinks to another workflow e.g. previous employee’s vacation requests.

Read more>