A change has been rolling out recently to the Dataverse TDS Endpoint that affects how date/time values are returned, which should give your queries better performance but may mean you’ve got to do a bit more work to ensure the values are shown as your users expect.
MSDyn365 Internals: Paging Gotchas
I’ve recently been looking at a few cases where I’ve got seemingly incorrect results from my FetchXML queries. This can manifest itself as the results limited to 50,000 records or records being skipped. I’ve narrowed these down to some behaviour I wasn’t aware of when you retrieve multiple pages of Continue Reading
Security Debugger Tool Released!
Have you ever been confronted with a permissions error message full of detailed but incomprehensible codes? Something like: Check out my latest XrmToolBox tool, Security Debugger! Install it now so it’s ready next time you hit a security error. Simply paste in the error message and it will: highlight the Continue Reading
Efficient Bulk Dataverse Updates with SQL
If you need to make bulk updates to your Dataverse or Dynamics 365 data, maybe to fix data quality problems or restructure your data, you may be exporting your data to Excel, making your changes and re-importing it. Or you may be considering setting up a more complex data pipeline Continue Reading