What is overriddencreatedon and why am I saying this?
Because so many customers are unaware of this so letβs change that
When loading data into dataverse (Common data service based on CDM or Dynamics 365 or Dynamics CRM or Xrm , ooo so manyπ).
Each entity (table) has a attribute called overriddencreatedon, when you populate this value especially through data migration activities, this value will override the βcreatedonβ attribute on load into the dataverse database and populate βcreatedonβ with the βoverriddencreatedonβ value. Its a built in feature of the platform.
cool right? π
If you donβt use this overridden field on create of these records and instead populate just the createdon, it wonβt work, it will set it to the current time and date on running of the ETL / ELT process.
Conclusion π
Conclusion Monkey says:
βLoad data successfully and you have a happy customer for a day. Teach a customer how to do data import themselves, and youβll have a happy customer for a lifetimeβ