x++ code to make formgrid invisible or visible in d365 F&O

   FormGridControl grid = this.formRun().design().controlName("ProductGrid");

FormStringControl itemNumber = this.formRun().design().controlName("Name of our string control");

itemNumber.enabled(true);

                    grid.visible(false);

              

Comments

Popular posts from this blog

how to post trade agreement journals automatically using x++ code

How to Create a wizard in x++ d365

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