I don't want to update all fields on the object (Lead/Contact) I am updating, is there any way to avoid that?
I am trying to avoid having to pull all the fields from Salesforce just to update them again.
|
One option would be to create new objects with just the fields you want to update. You could either use strongly typed POCO or annonymous types. E.g.
|
|||||
|