Functions
| Function | Description |
|---|---|
getObject |
Returns a Salesforce object for the given name. |
getObjects |
Returns all the available Salesforce objects in your account. |
getObject
Returns a Salesforce object for the given name.
Return Value: A BigTreeSalesforceObject object.
getObject($name)
| Parameter | Description |
|---|---|
$name |
The object's name. |
getObjects
Returns all the available Salesforce objects in your account.
Return Value: An array of BigTreeSalesforceObject objects.
getObjects()