Hello,
I would like to know if it is possible to filter on a field type "GUID" in a OData URI. I already tried the below uris but they do not work (IE error message : the webpage cannot be found)
http://[server]:[OData Port]/[Instance NAV]/OData/Company([Company])/[ServiceName]?$filter=GUIDRequest eq '[GUID value]'
http://[server]:[OData Port]/[Instance NAV]/OData/Company([Company])/[ServiceName]?$filter=GUIDRequest eq guid('[GUID value]')
Has anyone already faced this problem?
*This post is locked for comments