Translated Work Area

The Translated Work Area view object contains the work area name and description. Based on the number of enabled languages, multiple rows can exist for a given work area, with one row corresponding to each language for every work area code that exists in the Work Area view object.

Data Store Key : FscmTopModelAM.ScmExtractAM.WisBiccExtractAM.WorkAreaTranslationExtractPVO

Primary Keys : Language, WorkAreaId

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 area record.
CreationDate Date and time when the user created the work area record.
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 Area view object.
LastUpdateDate Date and time when the user last updated the work area record.
LastUpdateLogin Session login associated with the user who last updated the work area record.
LastUpdatedBy User who last updated the work area 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.
WorkAreaDescription Description of the work area.
WorkAreaId Value that uniquely identifies the work area. This is the primary key of the Work Area view object. This attribute is part of the composite key of the Translated Work Area view object.
WorkAreaName Name of the work area.