HR11.1 tab security

Sort:
You are not authorized to post a reply.
Author
Messages
MatthewD
Veteran Member
Posts: 53
Veteran Member
    We are on LSF9.
    We have a section of HR employees who currently have view only access to HR11.1.  I've been asked to provide them with full access to only one tab (Work Tab). 

    Current HR11.1 conditional rule:
    if (user.getCompany()==form.EMP_COMPANY)&&(user.getEmployeeId()==form.EMP_EMPLOYEE) then +,-,I,N,P ElseIf     (user.getEmployeeId()!=form.EMP_EMPLOYEE)&&isElementGrpAccessible('PROCLEVEL','','HR',form.EMP_COMPANY,form.EMP_PROCESS_LEVEL) then '+,-,G,H,I,M,N,P,T,W,X,Y,Z' else No_Access

    I've added the "C" to the second level if statement on HR11.1 then setup another tab like address to +,-,I,N,P.  If i go to address and try to change anything I get a security violation which is expected.  Once i clear that value and inquire then go to the Work tab and try to change anything I get a security violation and the screen jumps back to the prior tab which show the original data.

    Is there a way to restrict every other tab to view only except for one?
    Greg Moeller
    Veteran Member
    Posts: 1498
    Veteran Member
      You'd have to do that rule setup per tab, and give more access (the C) to the TKN itself, otherwise I can't see it working. Click on the + signs next to the screen HR11.1 listing and you should see the tabs represented there. MAIN-TAB, PAY-TAB, etc.
      GregSl
      Veteran Member
      Posts: 38
      Veteran Member
        I did create a Group and granted access to the respective TAB as follows:
        if(user.isMemberOf('HRFldSupport'))
        'ALL_ACCESS,'
        else
        'NO_ACCESS,'

        Hope this helps.
        You are not authorized to post a reply.