Avatar

Correct answer by
Level 1

We have solved this problem by using 

IfEquals(ToString(@field),'0' ,'ABC' ,'Error');

 

in CRM Connector.

Where field was an integer 8 bit (Small Int).

== did not work

View solution in original post