Translated Work Definition Operation
The Translated Work Definition Operation view object contains information about work definition operations. Based on the number of enabled languages, multiple rows can exist for a given work definition operation. Each row corresponds to a language for every work definition operation that exists in the Work Definition Operation view object.
Data Store Key : FscmTopModelAM.ScmExtractAM.WisBiccExtractAM.WDOperationTranslationExtractPVO
Primary Keys : Language, WdOperationId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
CreatedBy | User who created the work definition operation record. |
CreationDate | Date when the work definition operation record was created. |
Language | 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 Definition Operation view object. |
LastUpdateDate | Date and time when the user last updated the work definition operation record. |
LastUpdateLogin | Session login associated with the user who last updated the work definition operation record. |
LastUpdatedBy | User who last updated the work definition operation record. |
ObjectVersionNumber | 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. |
OperationDescription | Description of the work definition operation. |
OperationName | Name of the work definition operation. |
SourceLang | Code of the language in which the contents of the translatable columns were originally created. |
WdOperationId | Value that uniquely identifies the work order operation. This is a foreign key to the Work Definition Operation view object. This attribute is a part of the composite key of the Translated Work Definition Operation view object. |