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

Knowledge Base

To personalize your WEBCON BPS Portal appearance you can change the logo and color scheme of the user interface.. The global system administrator has the ability to modify these elements of the site. This article describes how to add logo to Portal – and replace the WEBCON logo in the top left corner. In the previous versions of the system, setting a custom logo required copying the graphic file to the server and providing a link to it in the site settings. In 2020.1.3. there is the ability to add the graphic file directly from a file on your computer.

Read more>

When building your business proces, there is the ability of adding a logo, picture, or other image decoration to the form – the simplest way to this is by using the “Picture” form field. WEBCON BPS Portal gives the ability to calculate the value of the picture in real time (without the need to save the document).Thanks to correctly configured form rules, you can easily manipulate pictures. This will help you to organize reports and increase the transparency of the presented data.

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 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>

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>