08-09-2013 03:18 AM
I have seen articles on here that explain how to add new contacts from c# (http://community.act.com/t5/Act-Developer-s-Forum/How-to-add-contact-programmatically/m-p/3876), but how do I access/populate and custom fields that have been defined?
Thanks,
Sam
08-09-2013 06:48 AM
You can find good examples here:
http://community.act.com/t5/Act-Developer-s-Forum/New-babe-to-SDK-1-C-retrieve-Contact-field-value-a...
Basically, you retrieve a list of field descriptors and use them to read/write values.
08-09-2013 06:48 AM
You can find good examples here:
http://community.act.com/t5/Act-Developer-s-Forum/New-babe-to-SDK-1-C-retrieve-Contact-field-value-a...
Basically, you retrieve a list of field descriptors and use them to read/write values.