E-PC: After Upgrade To 8.53.08 Function ViewContentURL Does Not Work Correctly With /psp/ In URL
(Doc ID 1615505.1)
Last updated on AUGUST 04, 2021
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.53 and laterInformation in this document applies to any platform.
Symptoms
ENVIRONMENT
---------------
PeopleTools 8.53.08
ISSUE STATEMENT
---------------
Function ViewContentURL does not work correctly with /psp/ in URL name
After upgrade on CRM 9.1 from pt 8.52.09 to 8.53.08 ViewContentURL substitutes URL name for HRMS application with CRM URL.
ACTUAL BEHAVIOR
---------------
Instead of going to the correct URL, pointing to another server, the initial part of the URL is substituted with the URL of the initial system, so the user ends up in the wrong address.
EXPECTED BEHAVIOR
---------------
The parameter given to ViewContentURL should be absolute, meaning no party is substituted and the correct link is opened.
STEPS TO REPLICATE
---------------
The issue can be reproduced with the following steps:
1. System CRM 9.1 Toolsversion 8.53.08
Put the following PeopleCode behind a test button:
&url = "<hostname>/psp/ps/EMPLOYEE/CRM/c/TT_MENU.TT_ENVIRONMENT.GBL";
VierContentUrl(&url);
2.Result:
The Google address in the beginning of the URL is replaced by the server address of the PS system.
IMPACT
---------------
Since it is part of the application and it happens in production it has an impact on every user.
WHAT WORKS
---------------
When the URL is a PSC, no substitution is taken place.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |