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

Popular posts from this blog

How to Create a wizard in x++ d365

X++ code to CREATE AND POST A TRADE AGREEMENT IN MICROSOFT DYNAMICS 365 in D365 F & O

x++ code to submit and approve and reject the invent movement workflow in d365 F&O