Skip to main content

ERPConsumedSerialMapping

A single Pico target allocation for an ERP consumed serial, carried flat on the operation with the planned order.

type ERPConsumedSerialMapping {
consumedSerialId: ID
picoAttrId: ID
picoProcessId: ID
quantity: Int
mappedAt: Time
}

Fields

ERPConsumedSerialMapping.consumedSerialId ● ID scalar

The ERP consumed serial this allocation applies to (may belong to a descendant sub-operation of the carrying planned-order operation).

ERPConsumedSerialMapping.picoAttrId ● ID scalar

Target Pico attribute id (an attribute marked as a consumed serial).

ERPConsumedSerialMapping.picoProcessId ● ID scalar

Target Pico process id (variant disambiguation).

ERPConsumedSerialMapping.quantity ● Int scalar

Quantity allocated to this target.

ERPConsumedSerialMapping.mappedAt ● Time scalar

When this allocation was last set.

Member Of

ERPOperation object