below is the code i want write web page field value i.e txtBoxDateInteraction.Text to CRM field service_dateinteraction.
ServiceA1["service_dateinteraction"] = txtBoxDateInteraction.Text;
service_dateinteraction is date field in CRM
txtBoxDateInteraction.Text consist of date value in "mm/dd/yyyy" format
*This post is locked for comments
I have the same question (0)