Translated Work Center
The Translated Work Center view object contains the work center name and description. Based on the number of enabled languages, multiple rows can exist for a given work center, with one row corresponding to each language for every work center code that exists in the Work Center view object.
Data Store Key : FscmTopModelAM.ScmExtractAM.WisBiccExtractAM.WorkCenterTranslationExtractPVO
Primary Keys : Language, WorkCenterId
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 center record. |
CreationDate | Date and time when work center 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 Center view object. |
LastUpdateDate | Date and time when the work center record was last updated. |
LastUpdateLogin | Session login associated with the user who last updated the work center record. |
LastUpdatedBy | User who last updated the work center 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. |
SourceLang | Code of the language in which the contents of the translatable columns were originally created. |
WorkCenterDescription | Description of the work center. |
WorkCenterId | Value that uniquely identifies the work center. This is the primary key that the application generates when it creates a work center. This attribute is a part of the composite key of the Translated Work Center view object. |
WorkCenterName | Name of the work center. |