Error: "Invalid tax code combination. Sales tax group ''XXX'' and Item sales tax group ''XXX''.

I’m supposed to get this error while posting a purchase order, but it is simply getting posted…

And the sales tax group I selected is something called “test”, which I created . While the Item sales tax gruop is “GT”, which is aready in the data…

Where Can I find the root of this… Please Help!!

Hi,

Check whether the taxes are getting calculated when you are selecting the mentioned groups…

The ItemTaxGroup and TaxGroup are related to each other by taxCodes…

So the error may be becuase of absence of taxcodes in ItemTaxGroup which are present in TaxGroup and vice-versa…

Hope this will help you

Regards

Kranthi

You created your tax group “test” did you then tell the system the rate and posting to undertake when it is transacted with the item tax groups? Sounds to me like you did not, so set the tax up correctly!

Yes I did set the rate up… not sure abt the posting to undertake… Actually the recIds are not being retrieved in the class “Tax”, in the method: “InsertIntersection”… which is the reason y I’m no able to retrieve the needed data

Change the parameter

LedgerParameters → Tax → Check Tax Groups to “None”

Regards

Kranthi