sforce logo

sObject


An sObject represents an sforce object, such as an individual Account or Campaign. For a complete list of sforce objects, see Chapter 5: sforce Objects.

An sObject has the following properties:

Name
Type
Description
fieldsToNull
string[]
Array of one or more field names whose value you want to explicitly set to null. Used only with the update call. Ensures that, for this sObject, the value in the specified fields will be set to null.
 
You can specify only those fields that you can update and that are nillable. For example, specifying an ID field or required field results in a run-time error.
ID
ID
Unique ID for this individual object. For the create call, this value is null. For all other sforce API calls, this value must be specified.


© Copyright 2000-2003 SalesForce.com, Inc.
All rights reserved • Various trademarks held by their respective owners.