Hi Team,
I wrote the "if statement" in nav/crm connector map. My problem is data updated with blank when condition is "true". I don't want to update the CRM value if condition is true. How may i do it? :-k
Here is code NAV/CRM Connector Mapping
=If(EqualTo(Address, ""), "", Address)
My Logic
If (Address = "")
Stay CRM Address (now update with blank)
ELSE
Update with NAV value
Regards,
Yukon
Comments
Not sure if you can do that in Connector mapping.
What I would do:
- Create new field in CRM "NAV Address"
- Use straight mapping "NAV Address"= Address
- Create in CRM workflow to modify "Address" when "NAV Address" is changed and new value not blank.
Cheers,
Konstantin
Thanks for your reply and idea. I changed the code
above code is working on connector (FP 5 - B1.5.228.1 1/28/2011). But this testing is between NAV-R2 and CRM4.0.
So i changed Customer mapping but i have no lucky
Humm! Why don't work on latest version? ](*,) ](*,) ](*,) ...
Regards,
Yukon
cheers,
Konstantin