Approval Rules Absence Management
Summary
Approval rule Using Grades and Starts with operator: Needs do not starts with operatorContent
Hi All,
We have an requirement to configure approvals in such a way, only Hourly employees need approval.
How de we identify Hourly Employees in the system : Using Grades.
Hourly employee grades starts with H. ( Rest of the employee grades starts with different Alphabet)
I am configured below rule, when ever Hourly employee applies leave there will be a approval notification sent to Manager.
((getRequestorInformationByUserNameResponse.result.grade startsWith "H")
When ever Manager / Admin applies for leave it will be auto approved , achieved by Type configuration.