Request additional information with a modal window


Request additional information with a modal window
The module provides the ability to call a window for requesting additional information directly during the execution of a business process. Normally, the window appears in the "Automation" section, which is not very convenient. Our solution displays the window immediately, when the action is processed by the business process.
Usage example:
It is necessary to create a set of elements (of any entity, for example smart processes) through a business process.
In this case, fill in your own values for each entity.
How to solve this?
1. The standard business process parameters allow calling only 1 window with fields at the very beginning before the process is launched. Technically, 1 BP launch per 1 entity. This means that the business process will have to be launched for each entity separately.
2. Request data in the middle of the process. Perhaps using the standard action "Request additional information". This is also inconvenient.
Example of work:
Our decision
Adds the ability to set up a new action "Request additional information" to business processes, which allows you to open a window at any point in the process, for any employee, without restrictions and unnecessary actions.