Custom field (Lookup) is not appearing in Advanced Find. I need to fetch XML to call below method from my Webservice. Field is searchable.
on calling following method I am getting error.
EntityCollection retriveCase = Service.RetrieveMultiple(new FetchExpression(fetchquery));
fetchquery is created by myself.
Error is : The entity with a name = 'myfieldname' was not found in the MetadataCache.
To Check, I created another test field, searchable yes, It is too not displaying in advanced find?