RAD_CLA_CONFIG(SQL Table) |
Index Back |
|---|---|
RAD ConfigurationAdvisor Configuration table for Actions - Triggers and Display |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(31,0) | DECIMAL(31) NOT NULL | Active Analytics Framework Action ID field | |
| 2 | RAD_ADVISOR_ID | Character(20) | VARCHAR2(20) NOT NULL |
Advisor Dialog Guid - represents internally the Advisor dialog
Prompt Table: RAD_ADV_ACTI_VW |
| 3 | RAD_TEMPLATE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Advisor Display Template Identifier - represent templates
Prompt Table: RAD_TMPL_PRMPT |
| 4 | RAD_RUNTIME_MODE | Character(1) | VARCHAR2(1) NOT NULL |
Allows user to choose Quiet or Interactive mode for testing dialogs.
I=Interactive Q=Quiet |
| 5 | RAD_RUNTIME_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Advisor Action Runtime Type - either Trigger or Display
D=Display Action T=Trigger Action |
| 6 | ROF_UPSELL | Character(1) | VARCHAR2(1) NOT NULL |
Upsell Radio Button
A=Advisor Dialog B=Branch Script O=Offer |