Skip to Main Content

Application Development Software

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!

How to get Org_id or Org_name of logged in user using EL expression

Jo_Ja-OracleMar 4 2021

Hello All,
I have to display a small popup for all US users on an fusion UI. The popup is done with adding a HTML markup component on the UI. Now the requirement is to display it only for the US users. So is there way to get the org_id for the logged in user and I can use it in EL of the HTML markup ?
I have tried below options but not working-
#{webCenterProfile[securityContext.userName].organization}
#{webCenterProfile[securityContext.userName].organizationalUnit}

Thanks,

Comments
Post Details
Added on Mar 4 2021
0 comments
540 views