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

How can we effectively manage document records approval workflows for terminated employees?

We have established approval rules for Document Records in the Transaction Console with the following criteria:

  1. Approval rule 1: No approval is required due to the document type setup, determined by the condition: (getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N")
  2. Approval rule 2: If an HR representative initiates the transaction, but it involves a record that is not their own, the conditions are as follows: ((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "Y") AND (The transaction requestor is in the list of representatives obtained from GetAllRepresentatives("HR_REP", Task.payload.getRepresentativeListWrapperResponse.result)) AND (getRequestorInformationByPersonIdResponse.result.User Name != transactionApprovalRequest.Requestor))
  3. Approval rule 3: When an HR representative initiates a transaction involving their own record, the conditions are: ((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "Y") AND (The transaction requestor is in the list of representatives obtained from GetAllRepresentatives("HR_REP", Task.payload.getRepresentativeListWrapperResponse.result)) AND (getRequestorInformationByPersonIdResponse.result.User Name == transactionApprovalRequest.Requestor))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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