You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!