I want to copy account records from an azure sql db to D365. I am using Azure data factory to achieve this.
I am having problems with a couple of D365 fields, createdon and modifiedon. When I try to populate these with the values from my db they are ignored and D365 instead uses the datetime when I actually insert them into D365.
I've done some reading up and it seems these are locked fields. There are a number of ways to get round this from other tools but I haven't seen a way to get around this issue when importing records from azure data factory.
I've tried making the source field in the db that I want to use, nVarChar, Date and DateTime but all are ignored.
Does anyone know if this is possible and if so how I can achieve it? Can I do it through ADF alone or do I need to configure D365 to allow these fields to be created with a custom value?
Thanks