Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

retrivee value from current page inside expression builder

Alex[REPLY]Jun 17 2024

Hello,

I want to set a customization ( inside a HTML Markup ) visible only to a set of person.
This customization is made to all change orders pages.
To make this i'm using the “show component” from the “component properties” of the HTML Markup and I want to set this visible to the user set in the field Assigned To of this page.
How do I retrivee the value?

this is the setup, in red the customization, in green the value I want to retrivee:

This is the expression bulder open from the Show Content:

Under the Page Parameter I don't find any value.

I tryed to use the expression:

 #{pageDocBean.AssignedTo = securityContext.userName} 

got error: Target Unreachable, identifier 'pageDocBean' resolved to null.

How can I get the value from the field Assigned To?

Thank you

Comments
Post Details
Added on Jun 17 2024
0 comments
279 views