microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
312 stars 196 forks source link

F&O GetValidFromInContextInfo Function Stops CDMUtility From Exporting Entities #217

Open geniepk opened 1 year ago

geniepk commented 1 year ago

GetValidFromInContextInfo Function has been added to the metadata of an entity that was previously exporting correctly and that entity will now no longer export through the CDM Utility. It is a required entity for a large number of other entities that are all now failing due to it not functioning properly, without rolling back the changes that added the function, is it possible to get the CDM Utility to export it correctly?

mayout21 commented 1 year ago

If you check the Serverless Synapse activity, this function has been replaced there with SYSUTCDATETIME(). We can write a similar statement replacing the function in the CreateSQLTable script. Thoughts?