what is execute query method in d365
what is execute method in D365?
->A method is called once when the form is opened.
->But it is also called when the ‘refresh’ button is pushed on a form.
->It can also called by other controls on the form.
note**
The init method is only called once when the form first opens.
Comments
Post a Comment