Field Validations - Not in OnQueryCloseForm() Trigger

vipinkuruvillavipinkuruvilla Member Posts: 143
Can anyone let me know how to implement field validations other than in OnQueryCloseForm() Trigger???

Thanks in advance......

Comments

  • krikikriki Member, Moderator Posts: 9,110
    In general they are put in the OnValidate-trigger of the table. And otherwise in the OnValidate-trigger of the field on the form.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • najlamthnajlamth Member Posts: 18
    Hi,,,,

    write your validation that you need on "YourField - OnValidate" tigger in the table the call this validation on the targeted trigger that you need as:
    VALIDATE(YourField);
    Master Navision Developer
Sign In or Register to comment.