All -
I am new to CRM Dynamics support - taking over for a deployment team that has been disbanded. A recently discovered error (which has been persistent since the original deployment) was uncovered through regression testing. I have established a Fiddler trace log of the events and have captured three event lines in sequence that produce similar error messages to the following:
Unrecognized 'Edm.Guid' literal 'guid''' in '32'.
The Fiddler trace log indicates that this is perhaps a bad select statement - I can find this select statement in a client custom javascript file but I do not know what next steps to take or where next to turn to review either custom entities or forms/fields that may be impacting and producing the error - Any guidance would be greatly appreciated
GET https://clientname.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/clientname_policySet?$select=%20clientname_BillPalan,%20clientname_Policy_Number,clientname_PolicyStatus%20&$filter%20=%20clientname_RelatedCustomerId/Id%20eq%20%20(guid'') HTTP/1.1
Content-Type: application/json; charset=utf-8
*This post is locked for comments
I have the same question (0)