- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
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