Translated Work Method

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

Data Store Key : FscmTopModelAM.ScmExtractAM.WisBiccExtractAM.WorkMethodTranslationExtractPVO

Primary Keys : Language, WorkMethodId

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 method record.
CreationDate Date when the work method 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 Method view object.
LastUpdateDate Date and time when the user last updated the work method record.
LastUpdateLogin Session login associated with the user who last updated the work method record.
LastUpdatedBy User who last updated the work method 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.
WorkMethodDescription Description of the work method.
WorkMethodId Value that uniquely identifies the work method. This is a foreign key to the Work Method view object. This attribute is a part of the composite key of the Translated Work Method view object.
WorkMethodName Name of the work method.