cancel
Showing results for 
Search instead for 
Did you mean: 

SP_TransactionNotification to send an email

macdonald_ngowi
Explorer
0 Kudos

Hi guys,

I'm looking for a way to send an email directly from transaction notification when an invoice is added. I think this is the best effective way of handling this process as TNs work at user actions, Add, Update, Close, Cancel.

So a way to send an email notification to given users when an invoice is added through SP_TransactionNotification stored procedure, is this even possible? If not, what is the alternative?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

agustin_marcoscividanes
Active Contributor
0 Kudos

Hi

you can use the sp_send_dbmail stored procedure.

Check this documentation.

Kind regards

Agustín

agustin_marcoscividanes
Active Contributor
0 Kudos

Hi

check this tutorial.

Kind regards

Agustín

Answers (1)

Answers (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Try with standard function from B1 under Print Preference -Per Document-->AR Invoice-->When adding document--> Email Document.

Regards,

Nagarajan