ReqPO.checkCreatedOrder Method
Indicates whether the created order is consistent with the planned order.
Syntax
public boolean checkCreatedOrder(
Common _createdOrder,
InventDimId _inventDimIdCreatedOrder,
[InventDimGroupSetup _inventDimGroupSetup])
Run On
Called
Parameters
- _createdOrder
Type: Common Table
A record that is created by firming the planned order.
- _inventDimIdCreatedOrder
Type: InventDimId Extended Data Type
A string that holds the inventory dimension ID that is related to the created order.
- _inventDimGroupSetup
Type: InventDimGroupSetup Class
An instance of the InventDimGroupSetup class to provide information about the dimension setup; optional.
Return Value
Type: boolean
true if the created order is consistent with the planned order; otherwise, false.