function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CRMfusion - GWCRMfusion - GW 

Bug in API 16??

In API 16 it seems that when I update a field the field name is case sensitive.

 

In previous version of the API I could update the account "Type" field and provide the "any" property on the sobject with an element name of "type" and it would accept it and do the update.

 

In API16 giving a field name of "Type" will work but "type" will fail on the update with the error message: 

Account: bad field names on insert/update call: type Status code: 70

 

Anyone else run into this?

 

GlennW