Threshold rule [sn_fin_gl_threshold_rule] table
The Threshold Rule [sn_fin_gl_threshold_rule] table stores variance threshold information for general ledger rules.
This table extends the GL Rule [sn_fin_gl_rule] table and contains the following fields.
| Field | Data type | Description |
|---|---|---|
| Threshold amount | Decimal | Threshold amount used to calculate variance. |
| Threshold percent | Decimal | Threshold percentage used to calculate variance. |
| Threshold type | Choice | Determines whether the threshold is calculated using amount, percent, or both. The options are Amount, Percent, Amount or Percent, or Amount and percent. |
| Name | String | Name of the GL rule. Inherited from the GL Rule [sn_fin_gl_rule] table. |
| Class name | String | Table class name of the rule record. Inherited from the GL Rule [sn_fin_gl_rule] table. |
| Table | Table name | Table to which the rule applies. Inherited from the GL Rule [sn_fin_gl_rule] table. |
| Execution order | Integer | Order in which the rule is executed relative to other rules. Inherited from the GL Rule [sn_fin_gl_rule] table. |
| Inactive | Boolean | Inactive status of the rule. Inherited from the GL Rule [sn_fin_gl_rule] table. |
| Conditions | Conditions | Conditions on the selected table that determine when the rule applies. Inherited from the GL Rule [sn_fin_gl_rule] table. |
| Default | Boolean | Indicates whether this is the default rule. Inherited from the GL Rule [sn_fin_gl_rule] table. |