
Announcements
Good day to all.
I got some strange situation. At some point my app stops saving, it means that Save button is always visible and when I pressed it, nothing happens (content is refreshed, but button is enabled, however it should be disabled after save). When I press Play button, I get "You app has unsaved changes. Do you wan to save and publish your changes before continuing?", then I press "Save and continue", dialog closes, content is refreshed and i got the same dialog again. So I can press "Save and continue", but it is not saved and asks for save again. I closed window without saving, then opened app and it is loaded with enabled Save button (it is like it is opened and modified at the same time). I tried to close browser and reopen it, then I exported my solution and imported it again and it did not help, every time when I open app, I got unsaved changes. I tried to open it in different browser, but it did not help too. How can it be fixed?
I can see in console some strange error on Microsoft.Dynamics.CRM.RetrieveUnpublishedMultiple()?$filter=savedqueryvisualizationid eq ''&$select=savedqueryvisualizationid
{
"error": {
"code": "0x80060888",
"message": "A binary operator with incompatible types was detected. Found operand types 'Edm.Guid' and 'Edm.String' for operator kind 'Equal'."
}
}
But I am not sure that there was no this error earlier.
Also there is the following error in Network on SaveAppModule
{
"error": {
"code": "0x80050113",
"message": "The ID 8f1b007a-d4bd-ef11-b8e8-000d3a1f560a doesn’t exist or isn’t valid for the component type “Entity”."
}
}
But I cannot find this Guid in exported solution files or api/data/v9.2/$metadata
{"error":{"code":"0x80060888","message":"A binary operator with incompatible types was detected. Found operand types 'Edm.Guid' and 'Edm.String' for operator kind 'Equal'."}}