Formulas
This table lists formulas for the specified TableName.
Table-Specific Information
Select
The adapter processes all filters client-side within the adapter. 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 with SSO 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. |