RB_WL_USER_DFLT(SQL Table) |
Index Back |
---|---|
Worklist User DefaultsThis record stores user preferences for the CRM Worklist page. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | FOLDER_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
This field designates whether a CRM worklist folder is defined by the system or is user defined.
1=System 2=Personal Default Value: 1 |
3 | FOLDER_CD | Character(30) | VARCHAR2(30) NOT NULL |
This field is used by the CRM Worklist to store either the type of System folder, unique folder ID, or group worklist name.
Prompt Table: RB_WL_USRFLD_VW |
4 | WORKLISTNAME | Character(30) | VARCHAR2(30) NOT NULL |
Worklist Name
Prompt Table: RB_WL_GRID_DFN |
5 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
6 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
7 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
8 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
9 | 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. |
10 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |