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