I've got a dataSource which consumes a WCF service. On an update the parameterMap "data" argument has a "_type" field in addition to all the fields in the schema, while on a create the data lacks this field. The WCF service will not accept the data without the "_type" field, so the create operation fails.
Any tips?
Any tips?