How to Identify Action Type (Add, Edit, Delete) in Talent Profile Content Approval Rules
Summary:
We have a current business requirement to enforce approvals on the Competency Template sections within the Skills and Qualifications page — but only for Update and Edit actions. When a user deletes an item from their profile in these sections, we want that transaction to auto-approve.
I’ve reviewed Oracle documentation and examined the diagnostic log of a completed transaction, but I have not been able to locate a specific attribute or identifier in the transactionApprovalRequest
payload that clearly indicates whether the transaction is an Add, Edit, or Delete.
Question:
Has anyone successfully implemented logic to differentiate between Add, Edit, and Delete actions in Talent Profile Content approvals? If so, which attribute(s) did you use, and how did you identify them?