ERPSubOperation
A child sub-operation of an ERP operation, with its instance count under the parent.
type ERPSubOperation {
id: ID
quantity: Int
position: Int
}
Fields
ERPSubOperation.id ● ID scalar
ERP-assigned id of the child operation.
ERPSubOperation.quantity ● Int scalar
Instance count of this child under the parent (>= 1).
ERPSubOperation.position ● Int scalar
0-based position of this child in the parent's ingested subs list.
Member Of
ERPOperation object