dbo.SXARCMPPS3MTranslationDictionary |
Default Table Name | SXARCMPPS3MTranslationDictionary |
Definition | This table has a list of all PPS fields that need translation from user defined values to 3M Acceptable values. This table also stores the table name, user defined value column name and translation value column name (these two columns belong to table name); where the translated values for each field is stored. The table and column names are used with a stored procedure SXARCMPPS3MTranslationSelPr to retrieve the translated values for a particular field. Data in the table (ID and name) is mapped to an enum, System.Financials.Common.Enums.PPS3MTranslationDictionary The data in the table is loaded by a System Defined Data Load script. |
dbo.SXARCMPPS3MTranslationDictionary Columns |
ColumnName | Domain | Datatype | NULL | Definition |
Build | int | NO | Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. | |
TouchedBy | varchar(50) | NO | Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. | |
TouchedWhenUTC | datetimeoffset(3) | NO | The date and time that the row was last updated including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. | |
CreatedBy | varchar(50) | NO | Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. | |
CreatedWhenUTC | datetimeoffset(3) | NO | The date and time that the row was created including the time zone offset from UTC, for example 2015-01-30 04:55:04.372 -05:00. The date and time is based on the Enterprise Time Zone. | |
MSRowVersion | timestamp | NO | Optimistic lock identifier using rowversion datatype. | |
PPS3MTranslationDictionaryID![]() |
int | NO | Auto generated unique primary key value. | |
Name | varchar(50) | NO | Name of the field that needs translation to 3M acceptable value. Mapped to enum, System.Financials.Common.Enums.PPS3MTranslationDictionary |
|
TableName | varchar(50) | YES | Name of the table where translated values are stored for the field that needs translation. | |
ValueColumnName | varchar(50) | YES | Name of the column within TableName which stores the user defined value for the field that needs translation. | |
TranslationValueColumnName | varchar(50) | YES | Name of the column within TableName which stores the 3M acceptable value for the field that needs translation. | |
MSReplrowguid | uniqueidentifier | NO | Unique GUID used to support merge replication. |
dbo.SXARCMPPS3MTranslationDictionary Primary and Unique Keys |
Key Name | Key Type | Keys |
SXARCMPPS3MTranslationDictionaryPK | PrimaryKey | PPS3MTranslationDictionaryID |