OAF: Manipulate controller logic based upon menu item
Hello All,
I have a requirement to write a piece of logic in controller class, something like below:
if ( particular menu item i.e. function is available with a responsibility) return true
else return false
end if;
I do not wish to invoke any new page, just need it to check if a responsibility has access to a particular function.
I would like to achieve this using Function Security "${oa.FunctionSecurity.<<Function>>". Is it possible? If yes, could you please help me out?
Regards
Munish Bhagat