JPM_SRCH_PRP_V2(SQL View) |
Index Back |
---|---|
JPM Searchable Propertiesselects all properties that are searchable for a content section of a profile type. |
SELECT A.JPM_JP_TYPE ,C.JPM_CAT_TYPE ,A.FIELDNAME ,A.JPM_LABEL_TEXT FROM PS_JPM_JP_PROPS A , PS_JPM_JP_SECTION C WHERE C.JPM_JP_TYPE = A.JPM_JP_TYPE AND C.JPM_JP_SECTION_ID= A.JPM_JP_SECTION_ID AND %EffdtCheck(JPM_JP_SECTION C1, C, %CurrentDateIn) AND %EffdtCheck(JPM_JP_PROPS A1, A, %CurrentDateIn) AND A.JPM_SRCH_FLG ='Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(12) | VARCHAR2(12) NOT NULL | Target Profile | |
2 | Character(12) | VARCHAR2(12) NOT NULL | The name of the type of items that will be used in a Catalog and or in a Profile. | |
3 | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). | |
4 | JPM_LABEL_TEXT | Character(30) | VARCHAR2(30) NOT NULL | User defined text to be displayed as a label for a field or property within JPM User Interfaces. |