|
I had a scenario the other day where I need to use the CRM SDK to do a query simlar to this 'WHERE column1 = value AND (column2=value1 OR column2=value2)' , this was pretty easy to accomplish once I understood difference between Filters and Conditions...
|