Monday, August 29, 2016

Dynamic CRM - Fetch XML with NULL operator


In this post, will review how to handle NULL condition within Fetch XML.

As an example, lets review a basic SQL with a NULL condition in WHERE clause and how to execute this statement using Fetch XML.

SELECT EmpId FROM Employee WHERE DeptId = NULL;

Lets review the possibility to execute this SQL using Fetch XML.


Happy Coding....

No comments:

Post a Comment