Author: Tomasz Mierzwa It is going to be short, but important article “Integer number” field value is stored in Integer type field. Value of such field has to lie within a closed interval from -2,147,483,648 to 2,147,483,647. It is impossible to save value outside of interval, which has to be remembered. Example of erroneous application […]
Month: November 2014
Import and export of processes inside WEBCON BPS
applies to version: 8.x; author: Karol Wozniak WEBCON BPS Designer Studio allows you to import and export created processes. These mechanisms make it easy to share the processes in multiple environments. The import/export functionality is available from the Studio toolbar or from the process context menu (export only). Below you can find a simple […]
Amount limits of form fields of different types – BPS 8.0 and 8.1
applies to version 8.0 and 8.1 Amount limits of form fields of different types (limit per one process) Field type Amount limit Single line of text – global 10 Choice field – global 10 Date and time – global 5 Single line of text 50 Multiple lines of text 25 Integer number 30 in total […]
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.