Formulas
This table lists formulas for the specified TableName.
Table-Specific Information
Select
The component processes all filters client-side within the component. The following queries are the only ones processed server side:
SELECT * FROM Formulas WHERE TableName = 'Account'
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 | References | 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. |