Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Replace null values in ConditionExpression

$
0
0

Is this possible to achieve in Dynamics custom plugin?

SELECT name
FROM Map m
WHERE
AND @Dos BETWEEN ISNULL(m.effective_start_date, '19900101')
AND ISNULL(m.effective_end_date, '99991201');

How to convert this ISNULL function into ConditionExpression?


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>