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

In August 2019 we created a Support Incident (495806 / 2019) with B1 to clarify the differences between SBO_SP_TransactionNotification and SBO_SP_PostTransactionNotice stored procedures. SAP Note 1320484 said they are the same but our testing showed they are not. We asked for clarification and a definitive statement and if true a correction to SAP Note 132048 Here is what we got in response to the Incident

"Our development team informed the note provided wrong information regarding the designed behavior. This is the correct behavior:

SBO_SP_TransactionNotification = When @error is different from 0, rollback the transaction and show @error_message in Business One Client.

SBO_SP_PostTransactionNotice = When @error is different from 0, register @error and @error_message in Business One log files. No alerts are showed in Business One Client.

We changed the note 1320484 and it's under review to be released to the customers. I will let you know as soon as it's released."

So it is confirmed, SBO_SP_PostTransactionNotice will not display the @error and @error_message in Business One Client, so it behavior is different than SBO_SP_TransactionNotification

Ask a Question