I have a datasource with a read transport that specifies a function for setting some data. This works fine until I added the parameterMap function for specifying different data used on an update. Now, the parameterMap function is used, which returns null for reads, and the transport read data is not used at all. Is there a workaround so I can use both?