
I have a requirement that on the selection of records in subgrid the amount denied should sum (for selected records only) and set in parent entity custom field and in case of unselection it should subract from the custom field.
Please see the image below for reference.
Any help will be appreciated.
TIA.
Hi Muhammad Ali,
you can explore the OnRecordSelect Event and see if that fits your needs.
docs.microsoft.com/.../grid-onrecordselect
As an alternative, I would also consider if an editable grid on the Bills subgrid with specific "flagging for sum" attributes could be also an option. You could use oob of the box rollup fields to sum up the "flagged" bills.