on 2023 Dec 12 1:33 PM
Hello Community,
I have created a stored procedure that i want to trigger when a user logged in to SAP B1. How i can iachieve it ?
BR,
Request clarification before answering.
Hi Owais,
The editable Store Procedures you will find within the system (TransactionNotification / PostTransactionNotice) are triggered by adding or updating an object. Assuming that the act of merely logging into the system doesn't add or update an object, you won't be able to trigger your logic in a standard way.
Maybe with the help of a market Add-On or via bespoken SDK solution, you might achieve it.
Cheers,
Felipe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Khalid,
SBO has a Stored Procedure called SBO_SP_TransactionNotification. This will fire each time a transaction is affected in SBO. You can use this to "trigger" your own SP.
Thank you,
Aziz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 24 | |
| 16 | |
| 14 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.