cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Notification related problems

Former Member
0 Kudos

Hi Experts,

this is regarding Transaction Notifications, i have introduced many validation checks in various documents. they are all working fine. thanks to many tips from this great forum.

but, in some cases like Goods Receipt (ObjType = 59), validations (on UDFs) works fine in 'Add' mode, but, it does not work in 'Update' mode.

in documents like Goods Receipt, Goods Issue, etc. once a transaction is added, except for some fields like 'Ref. No.', 'Remarks', etc. SBO does not allow to 'Update' other fields. in such cases, it seems, SBO does not even call/execute the Transaction Notification procedure.

another query : is there anything like issuing just a 'warning message' instead of blocking the transaction with an out right 'error' ?

Kind Regards,

Ragu Iyer

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204969
Active Contributor
0 Kudos

Yes, you are right, the system does not executes the transaction notification procedure for some update transaction.

To simulate a 'warning message' you can improve the procedure to allowing adding the transaction when the user set an UDF for a value signaling he accepted the warning. First he get the blocking message, then he can set the acceptance and the procedure will allow the modified transaction.

Former Member
0 Kudos

thanks a lot Istvan.

yes, that is the work around for giving a "warning message" & accepting a confirmation from the user.

i thought, if there is a direct method, we can avoid one additional UDF for confirmation.

Thanks & Regards,

Raghu Iyer

thanks to Bishal also, for replying.

Former Member
0 Kudos

Hi

Please post your query in forum first ...

Without knowing your query ,it is hard to troubleshoot ..It would be like troubleshooting in dark without light

Thank you

Bishal