In the SDK of Microsoft CRM there are some Fetch XMl samples. In the examples
filter-types like 'and' and 'or' are being used. I want to combine these two,
something like:
<filter type='and'><condition1>
<filter type='or'>
<filter type='and'><condition>
Does anyone know if this is possible, and if so, how this can be done?
Br.