When you logged in PeopleSoft, it uses "psp" in
navigation URL, But there are cases where you don’t want to show portal layout, You can directly call component by changing it to psc. Usually
you do it when you need to setup forgot password page, or printing without
portal layout
psp=peoplesoft portal
psc=peoplesoft component
psp=peoplesoft portal
psc=peoplesoft component
Example:
http://<webserver>:<port>/psp/<sitename>/EMPLOYEE/HRMS/c/PROCESSMONITOR.PROCESSMONITOR.GBL?FolderPath=PORTAL_ROOT_OBJECT.PT_PEOPLETOOLS.PT_PROCESS_SCHEDULER.PT_PROCESSMONITOR_GBL&IsFolder=false&IgnoreParamTempl=FolderPath%2cIsFolder
Comments:
· IF
you really don’t want portal layout then change "psp" to psc" in
URL or through peoplecode by creating another reference URL
OR
· Create
a new link (use "Create Link" in Structure and Content) to point to
the initial cref and use the “No template” only for the new link