Hi there π
I currently have a working Quick Find View on a Booking table for search in a Model Driven App. See below for a screenshot of the Quick Find View configuration screen and corresponding search result screen in our Model Driven App.
Now I am trying to update the Quick Find View search and results view to add some additional columns and rearrange the order.
However I can't change or save anything without running into validation errors. I can't even validate the current Quick Search View even though it is working fine. Errors below:
[{"typeCode":1,"severity":3,"localizedMessageText":"Error handling FetchXML: An exception System.FormatException was thrown while trying to convert input value '[REDACTED]' to attribute 'anchor_booking.anchor_vessellookup'. Expected type of attribute value: System.Guid. Exception raised: Expected hex 0x in '{0}'.","defaultMessage":false,"__typename":"ValidateFetchXmlResponse"}]
If I delete all columns that are lookups the Quick Find View doesn't produce any errors but the search becomes pretty useless. It doesn't make any sense why it won't validate if the current view is working fine with lookups included.
Does anyone have any ideas why it might not be working all of sudden?
Thanks,
Micah
Hey Micah,
I have just run into this error message while I was trying to add some pre-search and custom filter logic to a form. I received the same error message complaining about an expected GUID. After debugging a bit I found a syntax error in my FetchXml query which did not reference the expected GUID value properly. In your scenario, assuming that you used a 3rd-party tool to build your view, the given error message could be a result of a FetchXml query with a syntax problem. You may share your query for reference so I can verify.