RB_WEBFORM_FLDS(SQL Table) |
Index Back |
---|---|
Table to store Webform fieldsTable to store Webform fields used for NLP analysis |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | WEBFORM_TEMPL_ID | Character(30) | VARCHAR2(30) NOT NULL | Webform_template_id is an id associated with Webform Template |
2 | INBOUND_APPL_MSG | Character(30) | VARCHAR2(30) NOT NULL |
Message Name associated with the inbound Structured e-mail
Prompt Table: PSOPERATION |
3 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
4 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
5 | WEBFORM_FLD_LBL | Character(30) | VARCHAR2(30) NOT NULL | Webform field label to be used to present structured Email content in Email Workspace |
6 | SELECT_FLG | Character(1) | VARCHAR2(1) NOT NULL | Field is a flag for selection . |
7 | EMAIL_ATTRIBUTE | Character(30) | VARCHAR2(30) NOT NULL |
Email Workspace Field Name
Prompt Table: RB_EMLATTR_VW |