How to add an attachment in a BIP Notification
Summary:
How to add an attachment in a BIP Notification
Content (please ensure you mask any confidential information):
Hi,
we created a BIP Notification. We created the Data Model and the Bursting in order to identify several parameters like the Delivery Channel (via email in our case); the email address of the recipient; the subject of the email; etc. Among these parameters, there is also this one:
SELECT DISTINCT
'false' as PARAMETER6, --set 'true' if there is a pdf attachment
We always set this parameter as 'false' (in the BIP notification we have already configured, we did not need to add an attachment).