PT_FLD_PRMPT(SQL View) |
Index Back |
---|---|
Folder Prompt TableTo use: 1) Include a work field PORTAL_NAME on page (place previous in page order to the field using this as a prompt table.) 2) Add FieldDefault PCode to PORTAL_NAME: PORTAL_NAME = %Portal; |
SELECT A.PORTAL_NAME ,A.PORTAL_OBJNAME ,A.PORTAL_LABEL ,B.PORTAL_LABEL FROM PSPRSMDEFN A , PSPRSMDEFN B WHERE A.PORTAL_REFTYPE = 'F' AND A.PORTAL_OBJNAME NOT IN ('PORTAL_USERS','PORTAL_TEMPLATES') AND A.PORTAL_PRNTOBJNAME NOT IN ('PORTAL_USERS','PORTAL_TEMPLATES') AND A.PORTAL_PRNTOBJNAME = B.PORTAL_OBJNAME AND A.PORTAL_NAME = B.PORTAL_NAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PORTAL_NAME | Character(30) | VARCHAR2(30) NOT NULL | Portal Name (see PSPRDMDEFN). |
2 | PT_FLD_OBJ | Character(30) | VARCHAR2(30) NOT NULL | Content Folder Label (PORTAL_LABEL) |
3 | PT_FLD_LBL | Character(30) | VARCHAR2(30) NOT NULL | Content Folder Label (PORTAL_LABEL) |
4 | PT_PRNTFLDR | Character(30) | VARCHAR2(30) NOT NULL | Parent Menu Folder |