Sales Stage Translations
The Sales Stage Translation view object contains information about the sales stage name, sales stage description, language code of the translation, and so on.
Data Store Key : CrmAnalyticsAM.CrmExtractAM.MooBiccExtractAM.SalesStageTranslationExtractPVO
Primary Keys : Language, StgId
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 stage translation row. |
| CreationDate | The date when the sales stage translation row was created. |
| DescText | A brief description about the sales stage. |
| Language | The unique identifier of the sales stage translation. This is a primary key of the Sales Stage Translation view object. |
| LastUpdateDate | The date when the sales stage translation row was last updated. |
| LastUpdateLogin | The session login associated with the user who last updated the sales stage translation row. |
| LastUpdatedBy | The user who last updated the sales stage translation row. |
| Name | The unique name of the sales stage. |
| SourceLang | Indicates the code of the language in which the contents of the translatable columns were originally created. |
| StgId | The unique identifier of the stage in the sales stage translation. This is a foreign key of the Sales Stage view object. |
| UserLastUpdateDate | The date and time at which the sales stage translation row was last updated. This value is different from the LAST_UPDATE_DATE, if the update originally happened in a different database. |