Sales Method Translations
The Sales Method Translation view object contains information about the sales method name, sales method description, and language code of the translation.
Data Store Key : CrmAnalyticsAM.CrmExtractAM.MooBiccExtractAM.SalesMethodTranslationExtractPVO
Primary Keys : Language, SalesMethodId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
| Name | Description |
|---|---|
| CreatedBy | The user who created the sales method translation row. |
| CreationDate | The date when the sales method translation row was created. |
| DescText | The description of the sales method attribute. |
| Language | The language to which the sales method is translated. |
| LastUpdateDate | The date when the sales method translation row was last updated. |
| LastUpdateLogin | The session login associated with the user who last updated the sales method translation row. |
| LastUpdatedBy | The user who last updated the sales method translation row. |
| Name | The name of the sales method attribute. |
| SalesMethodId | The unique identifier of the sales method in the sales method translation. This is a foreign key of the Sales Method view object. |
| SourceLang | Indicates the code of the language in which the contents of the translatable columns were originally created. |
| UserLastUpdateDate | The date and time when the sales method translation row was last updated. This value is different from the LAST_UPDATE_DATE, if the update originally happened in a different database. |