Applies to version 2017.1.x; Author: Przemysław Sierant Introduction Form rules are a new feature introduced in WEBCON BPS 2017. They help create advanced JavaScript functions in an easier, more intuitive way. New rules are created in a graphical editor similar to the business rules. Rules can be constructed by dragging and dropping pieces from the […]
Tag: JavaScript
Form rules – Execution order
Applies to version 2017.1.x; Author: Grzegorz Straś In WEBCON BPS, Form rules executed on page load and on value change will be performed in a predefined order. These rules can be included in workflow, step and form field configurations (as rules or JavaScript) – and the order in which they are executed depends solely on where they are defined […]
JavaScript – Execution order in 8.3
Applies to version 8.3.1.x; Author: Grzegorz Straś Update BPS 2017.1 – Form rules have replaced JavaScript fields which influence the form. JavaScript can still be used inside form rules. The order in which form rules are executed can be found here: http://howto.webcon.com/form-rules-execution-order/ In WEBCON BPS, JavaScript executed on page load and on value change will […]
Adding a “Loading” message for slow paths
applies to version: 8.2.x, author: Kamil Nędza Sometimes the transition between two steps of a workflow may take more time than expected. Large amounts of “On path” actions, complex SQL queries or the need to communicate with an external system are ale possible causes for an increased wait time. Sometimes it is impossible to speed […]
Implementation handbook – a few words about Initialization
applies to version: 8.2.x; author: Bartłomiej Spyrka special thanks to: Damian Matuła When designing Processes that include Item list type Form fields (invoices, registering work hours), you may encounter a situation where it is necessary to enter a very large amount of data. Processes that require you to enter a multitude information will test the patience […]
JavaScript – removal of duplicated rows
author: Marcin Smarzewski Here’s an example of a useful solution, which may be used with items lists as protection from adding duplicated rows. Is such case, simple JavaScript function may be used.
Dynamic form field color depending on given condition
Applies to version: 8.0.x; author: Kamil Nędza Functionality overview: In order to understand this article a basic knowledge of JavaScript is required. Drawing users attention to a key data displayed on a form during document processing is usually an idea worth discussing. Using standard options it is possible to define a specific color for each […]
Using JavaScript in WEBCON BPS
Applies to version: 8.0.x; author: Kamil Nędza Description of functionality: When you use WorkFlow from the web browser level, it is often necessary that the form looks or behaves in an appropriate way. This is where JavaScript comes into play. By using it you can change attribute values , hide field visibility or provide additional […]