Several ready-to-use examples of global business rules that you can create once and use in everyday work with WEBCON BPS when creating and developing business processes. Count attachments The rule returns number of attachments of given category (all category if ‘ALL’ parameter is passed). SELECT Count(1) FROM wfdataattachmets WHERE att_wfdid = {WFD_ID} AND att_isdeleted =…
Tag: Business rules
Quick tip #2: Tracking form field change in WEBCON BPS
How to check if the WEBCON BPS form field has been modified in a universal way. Notification of a user about a change in the specific form field. Business need As part of my previous implementations of business applications, I met with the need to check whether a given form field has been modified. WEBCON…
Business rules for working days in WEBCON BPS
Use universal global business rules in your processes. Using the working days calendar in WEBCON BPS. Working days calendar WEBCON BPS allows you to define non-working days in your organization. Thanks to this, we can use standard functions such as performing timeouts only on business days. Another standard feature is displaying on SWE reports, how…