RB_WL_USRFLD_VW(SQL View) |
Index Back |
---|---|
User WL Folder Defaults ViewThis view is used as a dropdown list for field Folder on the Worklist Options secondary page. |
SELECT UID20F_FOLDER , FOLDER_LABEL FROM PS_RB_WL_USER_FLDR WHERE 1 = 2 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | FOLDER_LABEL | Character(30) | VARCHAR2(30) NOT NULL | This field is used to store the name of a folder that is created to categorize CRM worklist notifications. |