sObject
An
sObjectrepresents an sforce object, such as an individual Account or Campaign. For a complete list of sforce objects, see Chapter 5: sforce Objects.An
sObjecthas the following properties:
Name Type Description fieldsToNull string[] Array of one or more field names whose value you want to explicitly set tonull. Used only with the update call. Ensures that, for thissObject, the value in the specified fields will be set tonull.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 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. |