K
Krutika Suchak
Hi,
Programmatically we are accessing outlook contact property and synchronizing
the outlook contact with MS CRM 4.0.
Till now we were using each property individually to get/set the properties
and we were syncing very few fields to CRM so it was manageble but now we
need to sync the fields on demand to CRM so in this case specifiing each
property in the code and handling them indicidually is pain. We need to make
it dynamically. So what we thought is we will maintain a xml file in the
solution and will add the node with property name and datatype but the
question here is which name to refer and how to get/ set properties just with
the property name? As far as I know we can set/ get properties by using
Tags.(intelisense-propertyname). Dont know how to proceed with this? Thanks
for any kind of help.
Thanks,
Krutika
Programmatically we are accessing outlook contact property and synchronizing
the outlook contact with MS CRM 4.0.
Till now we were using each property individually to get/set the properties
and we were syncing very few fields to CRM so it was manageble but now we
need to sync the fields on demand to CRM so in this case specifiing each
property in the code and handling them indicidually is pain. We need to make
it dynamically. So what we thought is we will maintain a xml file in the
solution and will add the node with property name and datatype but the
question here is which name to refer and how to get/ set properties just with
the property name? As far as I know we can set/ get properties by using
Tags.(intelisense-propertyname). Dont know how to proceed with this? Thanks
for any kind of help.
Thanks,
Krutika