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

Knowledge Base

SSL Offloading (SSL Termination) is the process that allows you to transfer the encryption and decryption of the SSL connection through Reverse Proxy Server that is located “in front of” the application server. It is mainly used to relieve Web Server from performing these costly operations for the processor. To enable the correct operation of the SSL Offloading process with WEBCON BPS, add an additional parameter to the configuration file of WEBCON BPS. You can find this file in the standard location - „C:Program Files (x86)WEBCONWEBCON BPS Portal” or through IIS by selecting Server -> Sites -> WEBCONBPS -> Explore.

Read more>

In WEBCON BPS you have the ability of changing the format of displayed form fields – “Date and time” and “Floating-point number” type. The format of displaying these fields also depends on the browser time zone settings and the selected WEBCON BPS system language. The format of displayed data also depends on the WEBCON BPS portal language. Remember that the impact of browser and portal settings on the format of the displayed data applies only to the actual date fields. When the field is only text completed e.g. by a business rule using the SQL query – the format will be transferred through the configuration of this rule.

Read more>

One of the types of data stored in WEBCON BPS databases is the configuration of the elements that make up applications and processes. The configuration settings entered by a user are stored in the tables appropriate for the configured elements. The article provides a summary that schematically shows which table is responsible for which part of the configuration. This article describes the configuration tables that relate to the settings entered on the application part. The picture below presents the standard structure of the application created in WEBCON BSP Designer Studio.

Read more>

By creating dependencies between form fields on the form, fields are repeatedly calculated based on the basis of other fields. To correct calculations, remember to properly set their order. This article describes several examples of dynamic field calculation, and then in a tabular form the order od execution of rules for both the Modern and Classic form ha been presented. Below two examples of dynamic field calculation have been described - (1) The text field from the Picker field will be filled in and then, from the text field the value of the third field will be set using the SET function and (2) Using the SET function in the first field, set the value of the second field, and their change will refresh the default values on the form. In the third field, set the default value which will fill in our value after refreshing.

Read more>

In WEBCON BPS there is the option to add attachments to the workflow instance by using the standard action. This action works in two modes: adding attachments from other workflows of the current WEBCON BPS content database, selected based on the instance workflow ID – the “Based on instance ID” mode, or adding attachments from other workflows from the external WEBCON BPS content database or external attachment databases selected based on the SQL query – the “Based on SQL query” mode. The action of adding attachments allows you to copy/move attachments from any workflow instance in WEBCON BPS. Attachments can also be created based on data selected from the external database or based on the binary file content.

Read more>

WEBCON BPS offers you a lot of abilities to work with the electronic version of documents and replace the standard signatures. This article describes the new Handwritten signature form field (available from version 2019.1.4.) that allows you to make a signature directly on the form. The Handwritten signature form field is available for the Modern form in both standard web browsers and browsers with Android and iOS. The simple workflow is used to support the offboarding process when an employee leaves the company has been created. The process consists of several steps such as revoking privileges to the IT systems and signing the appropriate documents. You can use the Handwritten signature form field to sign a document.

Read more>

WEBCON BPS Portal is a platform that is the central point of the system for end users and contains all information about available applications. One of the advantages of the Portal is the standardization and consistency of the interface between multiple applications.It allows users to easily use the subsequent applications and for people who configure processes, it significantly reduces the time of their preparation. This article describes one of the standard elements of the Portal – the “Suggested”report. The “Suggested” report allows you to quickly find the searched instance based on its current status and form field describing it. Using the “Suggested” report can be very helpful when you are not sure which application the workflow instance is coming from.

Read more>

In version 2020.1.3. a new HTML type form field has been introduced which allows you to enter custom elements in the HTML language on the form. The HTML form field can be defined as adding a custom HTML code to the standard code of the WEBCON BPS form. The best solution is to use this form field with the new form rules in JavaScript mode. Form rules in JavaScript mode have been enhanced with the following function: MoveToNextStep – go through the path, InvokeMenuAction – invoke the menu button, InvokeRule – start the rule and StartElement/OpenElement – start/open the instance. The HTML form field allows you to enter a custom HTML code to any place of the form. Using it in conjunction with the rules of the JavaScript form, or with other JavaScript methods, significantly extends the range of functionalities that can be introduced on the form.

Read more>

Working with attachments is one of the basic functionalities in WEBCON BPS. Some processes such as document repository are only used to catalog and make files available to selected users. In others, the attachments may be of secondary importance. For example, when you want to work on a file together with your client, a good solution may be the integration of WEBCON BPS with file storage such as One Drive or Google Drive. It allows you to avoid situations where you have several different versions of the same document because the changes made by you and by the client are not merged. The standard action available in WEBCON BPS allows integration with many external software providers such as Google Drive. You can use it to transfer files or maintain an active access token.

Read more>

The article describes the use of “Change value single field” and “Change values of multiple fields” actions on the example of the business scenario of the settlement of business trips. These actions allow you to update the value of the single form field or many form fields at the same time based on data available on the form or any values from outside the form available e.g. in the database or within other processes in WEBCON BPS. The action of changing value can be defined on a path, after clicking a button or on timeout. The “Change value single field” action has been used to determine the exchange rate at which business trip expenses will be calculated. The final rate consists of two values – the average rate and foreign currency unit. The “Change values of multiple fields” action is used to when more than one value is from the same source.

Read more>