Mark Carrington

Results 18 comments of Mark Carrington

I've now got a proof of concept extension to the [Data8.PowerPlatform.Dataverse.Client](https://www.nuget.org/packages/Data8.PowerPlatform.Dataverse.Client/) package to support AD authentication as well as IFD. I've still got a lot of testing & tidying up...

It should be possible, but... are people writing queries in OData format first that need to be converted back? Just trying to understand the use-case. Or is it more like:...

I found that these virtual attributes aren’t handled in the same way as normal physical attributes in all sorts of ways. To get the values, the type and name values...

This is the same type of attribute as the others you were looking at around ownerid - this is another virtual attribute that isn't valid to include in the results...

Advanced Find uses the "on" operator, rather than "eq". This matches any value within that day, rather than only matching the precise instant. If you change your operator in FetchXML...

The audit entity was modified recently so it no longer lives in SQL storage - https://powerapps.microsoft.com/en-us/blog/announcing-new-dataverse-auditing-features/ This limits the queries that it's possible to run against it. My guess is...

Do you have an example of the FetchXML query and how the OData URL should look for it?

You can now connect to Dataverse/Dynamics 365 instances using the SQL 4 CDS extension. Get it from the extensions panel, then create a new connection. Change the Connection Type option...

Thanks Peter! I've just run a test job using this version and received the following error: ``` oref0-autotune-prep ns-treatments.2021-08-17.json profile.json ns-entries.2021-08-17.json profile.pump.json > autotune.2021-08-17.json /usr/src/oref0/bin/oref0-autotune-prep.js:107 return console.error("Warning: could not parse...

I had planned to have an option to automatically update the profile originally, but I now have a couple of problems with this: 1. I'm not confident enough in the...