CLASSDATASTRUCTURE and PROCLEVEL Security

Sort:
You are not authorized to post a reply.
Author
Messages
mrdey
New Member
Posts: 3
New Member
    We created a CLASSDATASTRUCTURE to defice HR regions, then created the attribute "Region" to assign to users. 
    Then we used "PROCLEVEL" to define a conditional rule
    if(isStructNodeTitleAbove('ClassDataStructure',PROCESS_LEVEL,user.getAttribute('Region')))
       'ALL_ACCESS,'
    else
       'NO_ACCESS,'

    yet in testing, they are getting full access to all the regions not what is defined in their attribute. 

    ANy advise would be greatly appreciated
    You are not authorized to post a reply.