Created
February 2, 2022 16:12
-
-
Save jsmpros/2a1485dca617fa2c4cbb9443cb0a82a4 to your computer and use it in GitHub Desktop.
Locate CREF ID by URL fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT A.PORTAL_NAME, A.PORTAL_REFTYPE, A.PORTAL_OBJNAME | |
FROM PSPRSMDEFN A | |
WHERE REGEXP_LIKE( A.PORTAL_URLTEXT, 'c/PT_FLDASHBOARD.PT_FLDASHBOARD.GBL\?Page=PT_LANDINGPAGE&DB=HC_TL_EMP_DYN_DB') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment