validatewrite method in x++
what is validatewrite method in x++?
Answer:
Method validateWrite() will just check mandatory fields and is triggered when the record .
Checks made by validateWrite() are the same as the super() call in validateField().
So if your condition is not related to the value an application user enters in a specific field, you should put the validation in validateWrite().
Comments
Post a Comment