When shipping from a FulfillmentCenter to a shipping address that matches one of the TaxJurisdictions in a particular TaxJurisdictionGroup. This table can be used by a tax CalculationRuleQualifyMethod to choose a CalculationRule
Column Descriptions
Column Name
| Column Type
| Description |
CALRULE_ID
| INTEGER NOT NULL
| The CalculationRule.
|
TAXJCRULE_ID
| INTEGER NOT NULL
| Generated unique key.
|
FFMCENTER_ID
| INTEGER
| The FulfillmentCenter. If this is NULL then this row applies to all FulfillmentCenters.
|
JURSTGROUP_ID
| INTEGER
| The TaxJurisdictionGroup. If this is NULL, then this row applies to all TaxJurisdictionGroups.
|
PRECEDENCE
| DOUBLE NOT NULL DEFAULT 0
| When a shipping address falls within more than one of the specified TaxJurisdictionGroups, for the same FulfillmentCenter, only the CalculationRule with the highest TAXJCRULE.PRECEDENCE value qualifies.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|