cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I want to know the difference between these two as they look same.

0 Likes
View Entire Topic
Abdul
Active Contributor
0 Likes

In simple terms Transaction Notification runs at the time of posting transaction and Post transaction notifications runs even after posting the transactions.

Former Member
0 Likes

Hi abdul.mannan6 ,

can you please elaborate it more with example so it will be better for me to understand

Regards

Brij

Abdul
Active Contributor
0 Likes

For example you are posting a Purchase order, transaction notification will run before saving values in database tables and of there is some UDF update used in transaction notification then it will update before saving and then results will be saved. Similarly post transaction notification first post values in tables then execute the stored procedures and update vaues saved in tables

Ask a Question