We send a notification when an sales order is manually closed. I have a pre-processing directive on SalesOrder.CloseOrder that sends the email.
I have been asked to add contents of the Memo. I figured I would use either a BPM data field or a variable to hold the contents before popping them into the email message.
However, Memo is not one of the tables available in the Expression Builder to populate the BPM data field or the variable.
Is there a way to access a table (BO?) that is not already included?
I can do a separate BPM to send a separate email after it has been updated, but the users really don’t want double emails.
Thanks.