For more information, please refer to this announcement explaining best practices for getting answers to questions.
Document Record Approval Rule
Summary: Document Record Approval Rule
Content (please ensure you mask any confidential information): Hi all, currently when an Admin deletes any DOR from the below navigation, it triggers an approval all over again.
Navigation:
My Client Groups-->Person Management-->Search Person-->Employment Page--Task Pane-->Document Record-->Delete Action.
I have written the below approval rule to eliminate approvals when admin deletes the DOR, however approvals are still triggering. Would appreciate if someone could suggest how else can I write the rule
((getNewDoRByTransactionIdResponse.result.documentType == "Test Reimbursement") AND (Requestor's Role Details.roleName == "TEST_HUMAN_RESOURCE_SPECIALIST_HR_OPs_CUSTOM") AND (transactionApprovalRequest.attribute3 == "DELETE"))