How to transfer multiple records from form to form in ax

How to transfer multiple records from form to form in ax through class?

can any one help me?

How to transfer multiple records from form to form in ax

One way is adding a check box to the form and use a map to store the records(recId) of the source table when it is selected and send the map to the class and iterate through the map value using an MapIterator and then insert the records in to the target table.

See planned orders form for more understanding of the same.