I am using LCDS data management with Hibernate assembler. My dataservice is configured with autoSyncEnabled set to false and in my Flex application it is possible to make various changes to data in ArrayCollection resulting from fill operation. Then before commiting the dataservice I would like to inspect these changes. Are the old values of data (which were originally read by fill operation) accessible anywhere on the client?
Zdenek M

