Hi
i am trying to write a conditional rule for BatchUser Role and do not see see an option to get group name like user.. any help is appreciated..
like, if the user who ran the job is member of the particular group (example: HRGROUP) and person who is trying to see is also a member of the same group.. in this case how can i write a rule without mentioning the group name?
if(GrpName==user.isMemberOf(HRGROUP))
'ALL_INQUIRES,'
else
'NO_ACCESS,'
i got security violation for above rule..