Customize Bank Transfer Approval email notification to show recipient's name
Version: Oracle Fusion Cloud Applications24A (11.13.24.01.0)
Within Cash Management / Cash Balances / Transfer Funds
Details:
When a transfer is created, it needs to be approved.
The task which manages and routes the approval within BPM is 'BankAcctTransferRequestForAction'.
From within this task, we can define recipients and then also add in Notification Headers, to determine content that appears at the top of the notification email.
Per Oracle's instructions here ( ) we can use the following string to add in the Task Title:
concat(string('Task '), /task:task/task:title, string(' requires your attention.'))
Requirement:
Replace the Task Title (task:task/task:title) with the
Tagged:
0