| RAD_ADVISOR(SQL Table) | Index Back | 
|---|---|
| Product Advisor TableMain table for Product Advisor. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(20) | VARCHAR2(20) NOT NULL | Advisor Dialog Guid - represents internally the Advisor dialog | |
| 2 | RAD_ARCHIVED | Character(1) | VARCHAR2(1) NOT NULL | Field to indicate if the dialog has been archived | 
| 3 | RAD_LAST_VERSION | Number(3,0) | SMALLINT NOT NULL | Advisor field to track last version for a dialog | 
| 4 | RAD_ADVISOR_TYP_ID | Character(20) | VARCHAR2(20) NOT NULL | Advisor Type Guid - internally represents the Type Prompt Table: RB_DROPDOWN | 
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 6 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 | 
| 7 | RAD_TEMPLATE_ID | Character(20) | VARCHAR2(20) NOT NULL | Advisor Display Template Identifier - represent templates Prompt Table: RAD_TMPL_PRMPT | 
| 8 | RAD_VERSION_ID | Character(20) | VARCHAR2(20) NOT NULL | Advisor Version Identifier - internally represents a version | 
| 9 | RAD_HIDE_STP_DESCR | Character(1) | VARCHAR2(1) NOT NULL | Advisor field to Hide Step Descriptions - workbench Y/N Table Edit Default Value: N | 
| 10 | RAD_CUR_WRK_VER | Character(20) | VARCHAR2(20) NOT NULL | Advisor Current Working Version Identifier | 
| 11 | RAD_VALIDATED | Character(1) | VARCHAR2(1) NOT NULL | Advisor Validated? Y/N Table Edit Default Value: N | 
| 12 | RAD_NAV_TEXT | Character(75) | VARCHAR2(75) NOT NULL | Advisor Navigation Text Information to display to user | 
| 13 | EOCF_CONTEXT_ID | Number(31,0) | DECIMAL(31) NOT NULL | the ID value for a configured context | 
| 14 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. | 
| 15 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. | 
| 16 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. | 
| 17 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. | 
| 18 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. | 
| 19 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |