-1

I have to achieve 'OR' condition using fetchXML in CRM 2015 between two different entities. I need to make the condition contact.region = 'region1" or firm.region = "region1". I realize I have to use <link-entity> tag, but I am not sure how to implement 'OR' condition.

Mr Lister
  • 45,515
  • 15
  • 108
  • 150

1 Answers1

3

That's not possible. To get such kind of query you will have to make calls with such filters 2 times and then merge resultsets.

Andrew Butenko
  • 5,048
  • 1
  • 14
  • 13