Translated Work Definition Name

The Translated Work Definition Name view object contains information about work definition names. Based on the number of enabled languages, multiple rows can exist for a given work definition name. Each row corresponds to a language for every work definition name that exists in the Work Definition Name view object.

Data Store Key : FscmTopModelAM.ScmExtractAM.WisBiccExtractAM.WDNameTranslationExtractPVO

Primary Keys : Language, WorkDefinitionNameId

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 name record.
CreationDate Date when the work definition name 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 Name view object.
LastUpdateDate Date and time when the user last updated the work definition name record.
LastUpdateLogin Session login associated with the user who last updated the work definition name record.
LastUpdatedBy User who last updated the work definition name 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.
SeedDataSource Source of seed data record. The value BULK_SEED_DATA_SCRIPT indicates that the record was bulk loaded. Otherwise, it specifies the name of the seed data file.
SourceLang Code of the language in which the contents of the translatable columns were originally created.
WorkDefName Name of the work definition.
WorkDefNameDescription Description of the work definition name.
WorkDefinitionNameId Value that uniquely identifies the work definition name. This is a foreign key to the Work Definition Name view object. This attribute is a part of the composite key of the Translated Work Definition Name view object.