Query String lost on page load PeopleTools 8.54
Prior to updating to PeopleTools 8.54 we could launch the link below and execute a %Request.GetParameter("JobId")) to retrieve the JobId String.
After 8.54 the query string evaluates to
"Page=HRS_CE_HM_PRE&Action=A&TargetFrameName="
not
"?Page=HRS_CE_JOB_DTL&JobId=17348&SeqId=1"
If I put Javascript on the page to return the document.URL, it returns the same. Has anyone seen this behavior before
Background, we were using these links to automatically route the page to a specific job opening when navigated to from job search sites.