get_component_pages
Retrieve a PeopleSoft component's page list with item numbers and labels. Uses version-safe tables to return search record and page details.
Instructions
Get lightweight component-to-pages mapping. Uses only PSPNLGRPDEFN and
PSPNLGROUP with version-safe columns.
Args:
component_name: The component name (e.g., 'JOB_DATA', 'ABSV_PLAN_TABLE')
Returns:
Component name, search record, and list of pages with item number and label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_name | Yes |