Sunday 30 September 2018

pagecontext.getuserid() in oaf

pagecontext.getuserid() in oaf

In this post we will discuss about pagecontext.getuserid() in oaf. pagecontext.getuserid() is the method uses in the OAF to get the current user id of the user working on the application. This helps to identify the application to know the current user. For Example , Some time we need to disable some options in the OAF page for specific users. For this kind of Requirment in OAF , we need to use the method pagecontext.getuserid() in oaf. Here below I will share the Complete code of pagecontext.getuserid() in oaf.
 
 

How to use pagecontext.getuserid() in oaf

 
We need to put this below code in the Process From Request Method of the Controller.
 
String P_USER_ID = pageContext.getUserId()+"";
 
 
pagecontext.getuserid() in oaf

0 comments:

Post a Comment

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *