<turbo-stream action="update" target="wiki_card"><template>

<h1>Could not find a property named &#39;abc&#39;</h1>
<div class="trix-content"><div>When data is being transferred from one system to another, you might see the following error message: <br><br><strong>The REST service returned a status code that is not 20x - i.e. not OK - Status code received: 400 Internal Server Error<br></strong><br></div><div><strong>Response body: {"error":{"code":"","message":"An error has occurred.","innererror":{ "message":"Could not find a property named 'ModifiedDateTime' on type 'Microsoft.Dynamics.DataEntities.SalesOrderLineV3'.</strong><br><br>This typically means that the OData query or request payload includes a property or field (ModifiedDateTime) that <strong>does not exist</strong> in the specified entity (SalesOrderLineV3). It fails because it cannot find this property in the entity metadata.&nbsp;<br><br>Solutions:<br><br></div><ul><li>If this field/property has been added recently on that specific data entity, then you would need to open your ODATA connection that is being used for this transfer and click on Read Design. Afterwards, the field will be available as part of the data layout and you can use it on your transfer.&nbsp;</li><li>If this field is no longer used and has been removed and you cannot see it in the data layout anymore, you would need to remove it from your transfer, Activate Changes and run the transfer again to confirm that everything runs correctly.&nbsp;</li></ul></div>
</template></turbo-stream>

