RE: UCI issue - xxxx is not a valid GUID value
Hi
I'm also seeing this with a number of customers and in my dev environments since the beginning of this week. It seems to be related to the new query string parameters that appeared over the weekend in all Model driven app entity forms: e.g.
&recordSetQueryKey=msdyn_project-d78b1f3b-647a-ea11-a811-000d3a24cd8e%25253A%252520%25253A%252520%25253A%252520%25253A%252520%25253A%252520%25253A%252520false%25253A%252520%25253A%252520%25253A%25252050&pagetype=entityrecord&etn=msdyn_project
That new query string option "recordSetQueryKey" is added to all entity forms in our Model driven apps. I'm 99.99% certain last week it wasn't there (I spent 40 hours last week testing an PCF component in my app on that same form so I feel like the old URL is burnt into my memory :) ).
Also the error references that parameter guid which is NOT the entity or record guid, for example:
Error: d78b1f3b-647a-ea11-a811-000d3a24cd8e%3A%20%3A%20%3A%20%3A%20%3A%20%3A%20false%3A%20%3A%20%3A%2050 is not a valid Guid value.
at new o (https://....crm4.dynamics.com/uclient/scripts/app.js?v=1.4.1715-2010.2:2224:288)
at Function.fromExternalGuid (https://....crm4.dynamics.com/uclient/scripts/app.js?v=1.4.1715-2010.2:2224:482)
at martindev.crm4.dynamics.com/.../app.js
...
However I just noticed that my error is a little different than the original one above, it does not reference any image.
Thanks,
Martin