E-PIA: Hidden Field Displayed in Classic Search Results Despite Used hide() and visible() Method in PT 8.57
(Doc ID 2718595.1)
Last updated on AUGUST 05, 2022
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.57 to 8.58 [Release 8.4]Information in this document applies to any platform.
Symptoms
Hidden Field Displayed in Classic Search Results Despite Used hide() and visible() Method in PT 8.57.
Component search values not passing when searchInit event having hide values(ex:oprid)
Tried testing randomly on user profile page, but unable to hide OPRID from search page with use of HIDE() and VISIBLE() fucntion
Sample Code:
========
rem Self service user profile;
If %Component = Component.USERMAINT_SELF Or
%Component = Component.CHANGE_PASSWORD Or
%Component = Component.USER_SELF_PERSONAL Then
PSOPRDEFN_SRCH.OPRID = %UserId;
rem Hide(PSOPRDEFN_SRCH.OPRID.value=invisible);
-------> see this
PSOPRDEFN_SRCH.OPRID.Visible = False
-------> see this
REM SetSearchDialogBehavior(0);
End-If;
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 |
Cause |
Solution |
References |