BankRuleCriterions
Get criterions of a specific bank rule.
Table Specific Information
Select
The connector uses the Zoho Books API to process WHERE clause conditions built with the following columns and operators:
- RuleAccountId supports the '=' comparison.
The rest of the filter is executed client-side in the connector.
For example:
SELECT * FROM BankRuleCriterions WHERE RuleAccountId = '1894553000000085382
Columns
| Name | Type | References | SupportedOperators | Description |
| CriteriaId [KEY] | String | Id of a criteria. | ||
| RuleAccountId | String |
BankAccounts.AccountId | Id of the Bank Account. | |
| Comparator | String | Operator for comparing criteria. | ||
| Field | String | Field of a criteria. | ||
| Value | String | Value of a criteria. |