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 Create a wizard in x++ d365

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

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