hi,
I am migrating CRM 2011(On-premise) to CRM 2015(On-line), so how to achieve if-else condition in fetchxml code
IF
EXISTS(SELECT
ava_masterpolicyid FROM FilteredAva_masterpolicylimit
WHERE statecode
= 0
AND ava_masterpolicyid
= @MasterPolicy_ID)
BEGIN
{
}
else
{
}
Thanks in Advance
Regards
RajasekharReddy K