Skip to Content
0
Aug 10, 2016 at 09:13 AM

C4C SDK: Delete selected record in Advance List Pane

1673 Views

Hello Experts,

I have created a custom solution with a node that is binding to advance list pane. For this I have also provided an DeleteBin Icon on every row so that user can delete the specific record. Refer the below screenshot:

As of now irrespective to which record I try to delete, first one which is marked in red above gets deleted. In my Event Handler, I have added BOAction that has instance Binding to my DataList but somehow I can see in debug that all the 4 records are picked up and maybe that why my below line of code in my Action deletes first record:

this.fieldRules.Delete();

Kindly throw some lights how I will be enabling deletion of the selected record.

Thanks & Regards,

Chandan

Attachments

Scn1.JPG (31.1 kB)