Skip to main content

ERPOperationMapping

One Pico operation mapping carried by an ERP operation with a planned order (its self mapping, or an in-context mapping of a sub-operation — with or without its own planned order — or group of work).

type ERPOperationMapping {
operationId: ID
picoOperationId: ID
mappedAt: Time
}

Fields

ERPOperationMapping.operationId ● ID scalar

ERP operation this entry maps: the carrying operation's own id (self mapping) or a sub-operation id — ordered or not — mapped in this operation's context (in-context mapping, correlating that sub-operation's operationOrderProgress events).

ERPOperationMapping.picoOperationId ● ID scalar

Target Pico operation id.

ERPOperationMapping.mappedAt ● Time scalar

When this mapping was last set.

Member Of

ERPOperation object