Payables Invoice Notification: 'View Approval' section
Content
Hi,
Since 20C release, the Payables Invoice Notifications are changed.
You have the option to opt in to get a configurable approval notification (e-mail) as well as in-app (same as the e-mail version).
We've noticed that the Approval History section has been removed from the in-app notification and put under Actions > View Approvals button, while in the e-mail notification it is showing just fine.
I've went to look at the RTF for this notification and saw there was a condition put before this section:
<?param@begin:ApprovalHistory;string('')?><?if@section:$ApprovalHistory='DISPLAY_INLINE'?>
I've uploaded a customized version where I deleted this red part, since we actually want the ApprovalHistory (<?call-template:FusionHistoryRegion?>) to be visible on the in-app notification as well.