ReqPO.insertFromForm Method
Fills in the ID of the order and updates various fields when a planned order is inserted from the planned orders form.
Syntax
public void insertFromForm(
InventDim _inventDim,
[InventLocationId _fromInventLocationId,
InventLocationId _toInventLocationId,
boolean _runExplosion])
Run On
ClientOrServer
Parameters
- _inventDim
Type: InventDim Table
The inventory dimensions for the planned order.
- _fromInventLocationId
Type: InventLocationId Extended Data Type
The source warehouse for transfer orders; optional.
- _toInventLocationId
Type: InventLocationId Extended Data Type
The destination warehouse for transfer orders; optional.
- _runExplosion
Type: boolean
A Boolean value that indicates whether the explosion should be performed after the order is created; optional.
Exceptions
Exception | Condition |
---|---|
Error | The validation of the planned order failed. |