Hi all,
I created mandatory fields for the Item table.
I called the function in OnInsert() of table & OnQueryCloseform() trigger
But it is allowing me to create new record even if all the mandatory fields were not given :roll:
Please can anyone help me.
Thanks in advance.
Regards,
Mani
0
Comments
Use the OnDatabaseInsert- and OnDatabaseModify-functions in codeunit 1. Put there you controls and you are sure that you intercept all. ALSO inserts/modifies done by programs!!!!!!
So probably you need to check it if the Description-field is filled in. The insert of T27 is done to save the new key from the numberseries so the numberseries can be freed again for others.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!