@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().http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/data/DataServiceTransaction.htmlHTHDamon