Updates are tracked automatically as you change properties on your item. If you have autoCommit turned on, each property change of a managed object will automatically send the changes to the server and call updateItem. If you turn autoCommit=false, you can call dataService.commit() to commit all pending changes or dataService.commit([myObject]) to commit just the changes for a specific object.
Jeff From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bart Ronsyn Sent: Wednesday, July 30, 2008 8:55 AM To: [email protected] Subject: [flexcoders] LCDS : updateItem method On my Livecycle server, I created an assembler extending the AbstractAssembler class, overriding the methods getItem, createItem, updateItem and deleteItem. Now on the Flex side, I have a DataService-object ds ... the getItem and createItem methods work well, but I noticed that the DataService object had no updateItem method. How can I invoke the updateItem method of my assembler-class on the server ? Thanks for the help ! Bart
<<inline: image001.jpg>>
<<inline: image002.jpg>>

