@R. Sparrow: See Ashish's response above. You need to tell LCDS via the DataServiceTransaction APIs about CRUD operations to data sets it is managing, and LCDS will take care of notifying all subscribed clients. So when a record is created, call createItem(). When a record is deleted, call delete...