07-08-2009 11:06 AM - edited 07-08-2009 03:27 PM
When I add a contact via framework (c# again) and populate the phone number field, the "number to dial" is not populated. How do I get that to play nice.
Thanks, by the way.
07-09-2009 01:03 PM
07-08-2009 11:19 AM
for example:
NewContact.Fields["TBL_CONTACT.BUSINESS_PHONE", true] = formatphone(getfield("numericPhone", rdr));
just assume that formatphone) returns "770-555-1212"
07-09-2009 01:03 PM