Share via


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

See Also

Reference

ReqPO Table