s_c__Tax__c Object Reference
Name | s_c__Tax__c |
---|---|
Type | Custom StoreConnect Object |
Description | A Tax__c object represets a tax code used within StoreConnect and then can be associated with a specific product and zone. For example, you could have a tax code of "GST" which belongs to the Zone "Australia" which includes one Zone_Country "Australia". This would be then used against a product when the customer orders the product and their shipping address is found to be in Australia. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Based_On_Ship_Address__c | Checkbox(true) | No | No |
Tax calculation is based on the shipping address | |||
s_c__Display_Name__c | Text | No | No |
s_c__Effective_From__c | Date | No | No |
Effective From Date for Tax | |||
s_c__Effective_To__c | Date | No | No |
Effective To Date for a Tax | |||
s_c__Rate_Percentage__c | Number(16, 4) | No | No |
Tax Rate | |||
s_c__Rate__c | Number(18, 2) | No | No |
[DEPRECATED] Use Rate_Percentage__c instead | |||
s_c__Zone_Id__c | Lookup (s_c__Zone__c) | Yes | No |
s_c__sC_Id__c | Text [External ID] | No | Yes |
StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation