X++ code to Delete multiple selected records from a form

 This code will delete the selected records from the form.

Note :- Override clicked method of button. And enable multi select property of the button and put the code 

public void clicked()

        {

          

            super();

            Employee_ds.deleteMarked();  

        }

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