Writing rule on MSS to see all employees in chain of command

Sort:
You are not authorized to post a reply.
Author
Messages
psherry
Basic Member
Posts: 6
Basic Member

    We have come across an issue using personal actions and the replacement field on entering a new job req where a manager is only see their direct reports. They do not see any employee is their direct reports is ay a manager also. For example the CEO sees her direct reports but not the employee who fall under her direct reports. I have tried using isInChainofCmdOFEmpInHR and isInChainofCmd(RMID) with no luck. Has anyone come across this using LSF9.0 security.

    Thanks,

    Paul

    GregSl
    Veteran Member
    Posts: 38
    Veteran Member
      Yes. I had the same issue and used

      user.isSupervisorOfEmployeeInHr(lztrim(form.Company, form.Employee)
      rule to resolve the issue.

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