HistoryCodeValues
- Last UpdatedDec 19, 2016
- 1 minute read
The HistoryCodeValues table contains the codes and descriptions that are used as part of other history tables. This table is a permanent part of the History database and is not modified during Recipe execution.
|
Field |
Description |
Allow Null |
Type |
|---|---|---|---|
|
Id |
Id of the code value |
No |
Integer |
|
CodeType |
Specifies the type of code. 1 = State, 2 = Request, 3 = AuthResource, 4 = AuthOperation, 5 = AuthType, 6 = ReportState, 7 = ReportRequest |
No |
Integer |
|
CodeKey |
The key for a given code. It should be unique within a given code type. |
No |
Integer |
|
CodeValue |
The value for the given Code Key. This will just be a neutral (en-US) value. It basically documents the various codes in the database. |
Yes |
String |