FYI notifications
I'm using AME Parallal approval for PR approval, and i have this business need: When a PR is approved, a FYI notification should be sent to an approval group.
Can you please help me how to setup up AME to respond to this business need?
I created a new attribute withe Dynamic usage type; and the sql query is: SELECT AUTHORIZATION_STATUS from po_requisition_headers_all
where requisition_header_id = po_ame_setup_pvt.get_new_req_header_id(:transactionId)
and i create a standard condition, the string value is 'APPROVED'.
Finally i created a rule (category = FYI) using the condition that a created.