This feature allows you to have an action form to order a stock of products at a defined level of the hierarchy (from a level N, the order being addressed to a level N+1).
By defining this feature, we define information about the Stock Supply feature, a task that is triggered at level N+1 once the stock order form is submitted.
- Actors selection
- Form ID:
- Form display name
- Enabling the Stock Shipment Confirmation feature
- Stock Supply form ID
- Stock Supply form display name
These forms will be generated:
- Stock Order Form (Action)
- Stock Delivery Form (Task)
When the stock order form is completed, the document contains a group named out containing all the products with the stock ordered as follows:
"out": {
"<item_1_id>_ordered": "20",
"<item_2_id>_ordered": "0",
// other items
}