SalesTaxRateEditHistoryFieldChange
Captures the change to an individual field that is recorded when a sales tax rate is updated. This table supports financial auditing and accuracy by identifying specific tax rate value modifications and evaluating their impact on billing and compliance.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the SalesTaxRateEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to track individual field-level modifications to sales tax rate configurations. |
| ColumnName | String | False |
Specifies the name of the column that is affected in the SalesTaxRateEditHistoryFieldChange record. This value identifies the specific field that undergoes modification during the edit event. |
| Display | String | False |
Represents the display label for the field that is associated with the SalesTaxRateEditHistoryFieldChange record. This value supports audit views that present the modified field in a readable format. |
| EditHistoryId | Int | False |
Specifies the Id of the edit-history entry that is associated with the SalesTaxRateEditHistoryFieldChange record. This value links the field-level change to the broader tax-rate edit event that Bullhorn CRM records for audit purposes. |
| EntityFieldTypeLookupId | Int | False |
Specifies the Id of the entity field type lookup that is associated with the SalesTaxRateEditHistoryFieldChange record. This value identifies the data type classification that governs how the edited field is interpreted. |
| NewValue | String | False |
Captures the new value that is applied in the SalesTaxRateEditHistoryFieldChange record. This value provides visibility into updated tax-rate information that results from the modification. |
| OldValue | String | False |
Captures the previous value that is replaced in the SalesTaxRateEditHistoryFieldChange record. This value supports audit comparisons that are used to evaluate the nature and impact of the field change. |