[flexcoders] FlexLCDS DMS Dataservice.Commit() issue

2015-02-19 Thread kamran21...@gmail.com [flexcoders]
Jeff Vroom and Others,
 I have a question regarding flex lcds dms, we are using custom assemblers with 
relational destinations configured in our data-management xml, i have observed 
that when we have create, update and deletes for a particular object and when 
we execute dataService.commit(managedobject), it triggers appropriate update, 
insert methods for corresponding assembler but does not trigger deleteItem 
method, but when we dont pass anything to commit() method it works fine. Do you 
happen to have any insight on that. Please respond
  
 
 Thanks a lot
 



[flexcoders] Flex LCDs DMS DataService.commit() issue

2015-02-19 Thread kamran21...@gmail.com [flexcoders]
Jeff Vroom or anyone,
 I have a question regarding flex lcds dms, we are using custom assemblers with 
relational destinations configured in our data-management xml, i have observed 
that when we have create, update and deletes for a particular object on the 
flex client side and when we execute dataService.commit(managedobject) by 
passing managedItem , it triggers appropriate update, insert methods for 
corresponding assembler but does not trigger deleteItem method, but when we 
don't pass anything to commit() method it works fine. Do you happen to have any 
insight on that. Please respond
  
 
 Thanks a lot