how to delete multiple records from form in x++

   SET Multiselect property to 'YES' in button properties.

override the clicked method in button methods.





public void clicked()

        {

          

            super();

            Employee_ds.deleteMarked();  

        }


    


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