- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
@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 deleteItem(), on update, call updateItem().
HTH
Damon