URL Definitions

Browse PeopleSoft URL definitions — named URL strings used in PeopleCode, file attachments, and integrations.
Tailored Operational Context
  • Target Database:
  • Context Type:
  • Alert Severity:
  • Triggered Time:
  • Firing Context:

What It Is

URL definitions are PeopleSoft’s centralized store of named URL strings. Instead of hard-coding https://example.com/... inside PeopleCode, developers define a URL object (PSURLDEFN) and reference it by name with GetURL("MY_URL"). This keeps environment-specific endpoints (file servers, integration partners, image hosts) out of the code. psLens lets you browse the catalog so you can see every URL the application uses in one place.

Search Page

URL: /urls?db={database}

URL search results for PT_% showing PTFPCONFIG, PTFP_DOCINDB, and others

URL search results for PT_%

Wildcard % search supported. Each card shows the URL name plus the resolved URL value so you can scan the catalog at a glance.

Detail Page

URL: /urls/{URLNAME}?db={database}

Detail page for PTFPCONFIG URL definition

URL detail page for PTFPCONFIG

The main pane shows URL Properties (the URL itself, description, comments, audit metadata). The sidebar has one related-data toggle.

URL detail page with all panels expanded

Full URL detail page with Projects panel expanded

Included in Projects

Included in Projects panel for the URL

App Designer projects that include this URL definition

App Designer projects that include this URL. Useful for understanding which feature or customization introduced the URL.

What This Consolidates

In App Designer the URL catalog is buried under File → Open → URL Definition. psLens makes it browsable from a normal search page with the resolved URL inline, so you can quickly find every URL that points at the file server when investigating an attachments issue.