Embedding UPK-Based URLs in Messages
To embed UPK-based URLs in messages:
-
Select Administration from the drop-down menu, and then select Message Catalog.
-
Click Add a New Value.
-
Enter 21000. (You want to enter a value that isn’t reserved by PeopleTools or PeopleSoft applications.)
-
Enter a description.
-
Enter message text.
Note:
The message text is the link text that appears in the embedded help pop up. A phrase such as, “Show me” or another generic phrase works well.
-
Enter a description. In the description, include this code:
%PBURLTBL(URL_ID, setnbr, mnbr) -
Replace URL_ID with the URL identifier that you added earlier.
-
Replace setnbr with the set number of your message.
-
Replace mnbr with the message number of your message.
The following example would access the UPK_QRY_1 URL and display message set 3, message number six:
%PBURLTBL(UPK_QRY_1, 3,61) -
Save the message.