Is there a different between the upsert and update operations in Salesforce when it comes to data types?
I use upsert to sync up my Contacts and update to sync up my Accounts.
When setting a custom field for a contact I pass it a BigDecimal value, and it happily syncs with Salesforce, do the same for my Account when I call update and I get:
Unable to find xml type for :java.math.BigDecimal
Seems that the update method doesn't like BigDecimals?
Thanks,
Chris