Hi Guys,
I am trying to map two fields values which are lookups, in CRM online.
I have tried with normal mapping:
ipsLead.Attributes["ips_countryname"] = crmLeadModel.CompanyCountry;
ipsLead.Attributes["ips_city"] = crmLeadModel.CompanyCity;
but no luck.
Can anyone guide me how to map these two values please?
Thank you in advance.