Applies to version 8.3.x; Author: Przemysław Sierant The form field “Choice field” is used for selecting a value from a set list of choices (either predefined, or loaded from a data source). Until now, there were two ways of selecting these values: from a drop-down menu (default) and through a separate “SharePoint picker” pop-up […]
Month: December 2015
Using regular expressions
Applies to version 8.1.x; Author Maciej Jarzębkowski Brief introduction to RegEx Regular expressions (RegEx for short) are a very precise way of filtering various types of documents. They are often used in scripts and for filtering logs, as well as for selecting multiple values from a list. Searching for regular expressions is often much faster […]
Asynchronous SQL Grid
Applies to 8.3.x; Author: Łukasz Preiss Introduction WEBCON BPS version 8.3 introduces a series of improvements to how SQL Grid form fields operate. Data will now be loaded asynchronously, which means that form load times should not be delayed by slow-responding data sources. Furthermore, data which is a burden to load but is not needed […]