Redwood Goal Approval: If employee not having matrix manager
Summary:
We too are facing this issue when the employee's matrix manager exist then the codition is working if the matrix manager is not there then is not
WITH Matrix Manager
((getRequestorInformationByAssignmentIdResponse.result.employeeCategory == "") AND (GetManager("MATRIX_MANAGER",Task.payload.getRequestorInformationByAssignmentIdResponse.result.requestManager) != null))
Without Matrix
((getRequestorInformationByAssignmentIdResponse.result.employeeCategory == "") AND (GetManager("MATRIX_MANAGER",Task.payload.getRequestorInformationByAssignmentIdResponse.result.requestManager) == ""))
Please suggest what can be done here as i think that " requestManager" is picking employee's manager if having matrix manager or employee'manager's manager having the matrix manager
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):