Hi all,
I have a sync problem between a Nav boolean field and the CRM. I use the fonction
If(condition,trueValue,falseValue) in the connector mapping.
I get a validation Error: Assignment of Int32 to Bolean may result in an either a loss of precision or an OverflowException at runtime.
Assigning a string value to a non-string value may result in a formatExcwption at runtime if the string is not a compatible format.
This is what I use: =if(Assembly BOM, 1, 0). I tried it with "True" "False" and I get the same errors.
*This post is locked for comments
I have the same question (0)