Hi,
I have a contact lookup field in accounts and I have added a javascript for custom filtering. I am getting '0x80041103 Query Builder Error' while clicking on the lookup.
My fetchXML looks like :
var fetchXML="<link-entity name='ct_contactrole' from='ct_contact' to='contactid' link-type='inner' alias='ab'><filter type='and'><condition attribute='ct_account' operator='eq' value='{RecordID}' /></filter></link-entity>";
I am getting the expected contacts through advanced find though. Let me know what am I missing here.
Thanks in advance.