Closed metadaddy closed 11 years ago
Setting, NumberOfEmployees to an integer value (rather than a string) when creating an Account results in an INVALID_FIELD error. Looks like changes to coerce string field values to correct type resulted in breakage when passing correct field type.
NumberOfEmployees
INVALID_FIELD
Setting,
NumberOfEmployees
to an integer value (rather than a string) when creating an Account results in anINVALID_FIELD
error. Looks like changes to coerce string field values to correct type resulted in breakage when passing correct field type.