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
djordandjordan 

Fieldname case sensitivity in update

I had trouble getting an update to work (SOAP API 2.5) as I kept getting the error "Id not specified".

I tracked the problem down to specifying [id]... instead of [Id]...

However the result of a successful update has [id]...

 

It's a minor problem, but can be frustrating.

D.

DevAngelDevAngel

Hi David,

The API is, generally speaking, case sensitive.  The exception to this is the SOQL string for a query.

Cheers