Secure Drill Around On Select/Drill Around Window.

Sort:
You are not authorized to post a reply.
Author
Messages
Brad
Basic Member
Posts: 6
Basic Member
    Using Design Studio we have been successful at removing the Drill Around ability on a few of our forms that a specific set of employees use.  But when they select that field and the Select Window (its actually titled as "Drill Around@ -- Webpage Dialog") still allows employees to Drill Around on any record in the window.  Better Example.  Using Studio we have removed the Drill Around Option on HR11.1 on the Employee field.  When you right click on the field it no longer displays Drill Around as an option.  When you right click or click the button for the Employee field and the list of employees to choose from appears, if you right click on any in the list you will be able to drill around on that employee and see all info.  Any ideas how to make that go away?
    Roger French
    Veteran Member
    Posts: 545
    Veteran Member
      It sounds like you haven't completely "removed" drill arounds using Design Studio.
      Also have you tried to secure drill arounds using LS Security?
      Brad
      Basic Member
      Posts: 6
      Basic Member
        That is what we would like to do. Have any examples we could use?
        Brad
        Basic Member
        Posts: 6
        Basic Member
          Here are examples of rules we found. Would these work? What would we have to change to implement?

          ESS Employee table rule:
          If(isElementGrpAccessible('COMPEMP','','',lztrim(table.COMPANY),lztrim(table.EMPLOYEE)))
          ‘ALL_ACCESS,’
          Else
          ‘NO_ACCESS,’

          ESS form HR11 rule:
          if(isElementGrpAccessible('COMPEMP','','HR',form.EMP_COMPANY,form.EMP_EMPLOYEE))
          ‘ALL_ACCESS,’
          Else
          ‘NO_ACCESS,’

          Backoffice form HR11 rule:
          if((user.getCompany()==lztrim(form.EMP_COMPANY))&&(user.getEmployeeId()!=lztrim(form.EMP_EMPLOYEE)))
          ‘ALL_ACCESS,’
          Else
          ‘+,-,G,H,I,M,N,P,T,W,X,Y,Z’
          Lorena
          Advanced Member
          Posts: 37
          Advanced Member
            Hi Brad,
            We are having the same issue. Were you able to fix it?
            Srini Rao
            Veteran Member
            Posts: 148
            Veteran Member
              Hello Brad and Lorena - We are having same issue, Where able to fix?
              You are not authorized to post a reply.