on 2020 Nov 03 5:39 AM
Hi
Below Notification will work on the current record or it will chk all records.
IF EXISTS( SELECT T0.DocEntry FROM inv1 T0 inner join oinv t1 on t1.docentry = t0.docentrywhere T0.BaseType <> '17' and T0.DocEntry = @list_of_cols_val_tab_del) BEGIN SELECT @ERROR=1,@ERROR_MESSAGE='Sales Order !' END
Thanks
Hi,
@list_of_cols_val_tab_del is a parameter which queries the DocEntry of the current document. This should work only on that one particular document.
BR,
Matija
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
106 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.