I have two data sources with a one to many parent/child relationship. The parent data source has sparseUpdates="true" and the child has sparseUpdates="false". It appears that the parent's setting is applied to the child records.
On an update, the unchanged fields are filtered out of each child record before they are sent to the server. Is there any way to have the full set of child records sent with all fields intact, i.e. old values merged with new?
I want the parent data source to use sparseUpdates, but I need the complete new set of child records sent to the server.
On an update, the unchanged fields are filtered out of each child record before they are sent to the server. Is there any way to have the full set of child records sent with all fields intact, i.e. old values merged with new?
I want the parent data source to use sparseUpdates, but I need the complete new set of child records sent to the server.
Comment