Using OData V4 and Dynamics NAV 2018 web service on table where the StartDateTimeOffset is a read-only field. I create a new entity for the specified table and fill in the editable fields but not setting value for the read-only field. I then add the new entity to the collection and try and savechanges(), only to get the error:
DataServiceClientException: {"error":{"code":"BadRequest_InvalidOperation","message":"Control 'Start DateTime' is read-only."}}
I have had this problem in other web service pages with read-only fields. How to create a new web service entity and add to the collection if there are read-only fields?