Resignation approval rule
Summary: Resignation approval rule
Content (please ensure you mask any confidential information): Hi all, I am trying to create resignation rules with 2 conditions.
- Employee with matrix manager —- using this code (GetManager("MATRIX_MANAGER",Task.payload.getRequestorInformationByUserNameResponse.result.requestManager) != "")
2. Employee with no matrix manager — using the below code (GetManager("MATRIX_MANAGER",Task.payload.getRequestorInformationByUserNameResponse.result.requestManager) == "")
I am getting the below error. Would appreciate help on this please.
Version (include the version you are using, if applicable): 25B
Code Snippet (add any code snippets that support your topic, if applicable):