You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Redwood Goal Approval: If employee not having matrix manager

Summary:

Hi @Rambabu Laveti-Oracle

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!