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

 1 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
psherry
Basic Member Send Private Message
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 Send Private Message
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.