Need to create new transaction in headed for selected records in check box..

pastedimage1505971060120v1.png

I’ve created an enum with boolean type yesno, and added it in the form…

Wat I need is I need to create a new transaction in header for selected records once i click the renew button in the form…

Plz help me how to do that…

Is that field (noyes) is a table field? The image is very small, cannot view it properly.

Yes i created a field yesno in transactionline table…

I need to create a new transaction on header for the selected records in line wen the renew button is clicked

You can have a menu item with a class. Class need to have the logic to loop through the selected records and create new records. In main method you can get the caller record, from that record you can select the records that has the field value set to YES.

you can also go with traverse of the datasource , without creating new checkbox, check below
community.dynamics.com/…/multi-select-on-form-datasource-grid-multiselectionhelper

can you give me an example coding for class??

Have you tried?