Formulas
This table lists formulas for the specified TableName.
Table-Specific Information
Select
The driver processes all filters client-side within the driver. The following queries are the only ones processed server side:
SELECT * FROM Formulas SELECT * FROM Formulas WHERE TableName = 'Account'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria will be ignored and an unfiltered response will be returned.
Note: Querying the table without a TableName filter specified will attempt to retrieve column metadata for all objects in your Salesforce account. Depending on the number of objects, this can take a while.
Columns
Name | Type | Description |
TableName | String | The name of the table. This must be specified when retrieving data from Formulas. |
ColumnName | String | The name of the column associated with the Formula. |
Formula | String | The formula associated with this field. |