Translated Work Order

The Translated Work Order view object contains the work order description. Based on the number of enabled languages, multiple rows can exist for a given work order. Each row corresponds to a language for every work order number that exists in the Work Order view object.

Data Store Key : FscmTopModelAM.ScmExtractAM.WieBiccExtractAM.WorkOrderTranslationExtractPVO

Primary Keys : WorkOrderTLPEOLanguage, WorkOrderTLPEOWorkOrderId

Initial Extract Date : WorkOrderTLPEOCreationDate

Incremental Extract Date : WorkOrderTLPEOLastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
WorkOrderTLPEOCreatedBy User who created the work order record.
WorkOrderTLPEOCreationDate Date and time when the user created the work order record.
WorkOrderTLPEOLanguage Code of the language into which the contents of the translatable columns are translated. This attribute is a part of the composite key of the Translated Work Order view object.
WorkOrderTLPEOLastUpdateDate Date and time when the user last updated the work order record.
WorkOrderTLPEOLastUpdateLogin Session login associated with the user who last updated the work order record.
WorkOrderTLPEOLastUpdatedBy User who last updated the work order record.
WorkOrderTLPEOObjectVersionNumber Number of times the object row was updated. This attribute is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
WorkOrderTLPEOSourceLang Code of the language in which the contents of the translatable columns were originally created.
WorkOrderTLPEOWorkOrderDescription Description of the work order.
WorkOrderTLPEOWorkOrderId Value that uniquely identifies the work order. This is the primary key of the Work Order view object. This attribute is part of the composite key of the Translated Work Order view object.