Share via


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.
  • _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.

See Also

Reference

ReqPO Table