Hi,
I hope you're doing well.
I'm working on creating a custom event in IFS9 to send an email notification when a purchase order is received.
I'm using PL/SQL code for this, but I've encountered a challenge. Currently, the system sends an email for each line item, while the user would prefer a single email for the entire order and receipt. I'm having some difficulty with this because, even though I can include all the received lines in the email, it still sends multiple emails, matching the number of lines received.
I'm working with the LU: PurchaseReceipt and the table: PURCHASE_RECEIPT_TAB.
If you have any suggestions or guidance on how to approach this, I would greatly appreciate it.
Thank you in advance for your help!