Functions
Function | Description |
---|---|
delete |
Deletes the record from Salesforce. |
save |
Saves changes made to the Columns property of this object back to Salesforce. |
update |
Updates this entry in Salesforce. |
delete
Deletes the record from Salesforce.
Return Value: true if successful.
delete()
save
Saves changes made to the Columns property of this object back to Salesforce.
save()
update
Updates this entry in Salesforce.
update($fields, $values)
Parameter | Description |
---|---|
$fields |
Either a single column key or an array of column keys (if you pass an array you must pass an array for values as well) |
$values |
Either a signle column value or an array of column values (if you pass an array you must pass an array for fields as well) |