RB_SMS_OPT_KEY(SQL Table) |
Index Back |
---|---|
SMS: Opt setiingsSMS: Otp-in and opt-out settings record |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RB_SMS_OPTIN_KEY | Character(10) | VARCHAR2(10) NOT NULL | SMS opt-in key |
2 | RB_SMS_SEND_OPTOUT | Character(1) | VARCHAR2(1) NOT NULL |
Use for define if send a opt-out message
Y/N Table Edit Default Value: N |
3 | RB_SMS_SEND_OPTIN | Character(1) | VARCHAR2(1) NOT NULL |
Use for define if send a opt-in message
Y/N Table Edit Default Value: N |
4 | RB_SMS_OUT_TMPL_ID | Number(18,0) | DECIMAL(18) NOT NULL | SMS text Template ID for opt-out |
5 | RB_SMS_IN_TMPL_ID | Number(18,0) | DECIMAL(18) NOT NULL | SMS text Template ID for opt-in |
6 | RB_SMS_HELP_TMPLID | Number(18,0) | DECIMAL(18) NOT NULL | SMS text Template ID for opt-help |
7 | RB_SMSAPPCLASSPATH | Character(254) | VARCHAR2(254) NOT NULL | Field used to display the application class full path for out-in feature |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
9 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
10 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
11 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
12 | 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. |
13 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |