How to Exclude Tax calculation for specific order type in Sales Order
Summary:
How to Exclude Tax calculation for specific order type in Sales Order. We have added exclusion code in exclusion in Algorithm: Compute Sales Taxes. However its not working. Any help will be highly apricated
Content (required):
Business Requirement - For Order type = "QUOTATION" , Tax should not be calculated and call to Vertex should not happen
We have added exclusion in Algorithm: Compute Sales Taxes. However its not working.
Below is a exclusion code snippet in Manage Algorithm: "Compute Sales Taxes" under Default Action -
if (Header.TransactionTypeCode == 'QUOTATION'){
CallCalculateTax = false
}
else if (!CallCalculateTax) {
CallCalculateTax = true
}
...
Version (include the version you are using, if applicable):
Tagged:
1