Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article explains the troubleshooting steps that you can take if you receive the "No matching result could be found" error in Tax Calculation in Dynamics 365 Finance.
Symptoms
You receive the following error message:
Header/Lines - 1, Tax group applicability, no matching result could be found.
======================Tax calculation result JSON:===========================
{
"taxDocument": {
"Header": [
{
"Lines": [
{
...
"Errors": [
{
"Code": "TaxSetup20000",
"Message": "Header/Lines - 1, Tax group applicability, no matching result could be found."
}
],
"Adjustment": null
}
],
"Measures": {
...
},
...
}
]
},
...
}
Cause
The issue occurs when the feature setup in Globalization Studio is incorrect.
Resolution
Download the troubleshooting file. For more information, see How to enable debug mode for troubleshooting.
Compare the Tax calculation input with the feature setup to fix the setup issue.
The following example shows the Tax calculation input.
===============================Tax calculation input JSON:===================================== { "TaxableDocument": { "Header": [ { "Lines": [ { ... } ], "Business Process": "Sales", "Ship From Zip Code": "30159", } ] }, "Parameter": { ... }, "Adjustment": { "Lines": {} } }
The following table lists the tax group applicability in Globalization Studio.
Header.Business process Lines.Business Unit Header.Ship From Zip Code Tax Group Journal Group A Sales 30160 Group B According to the Tax calculation input, the Business Process value on the header is Sales, and the Ship From Zip Code value on the header is 30159. This input is based on the setup of the applicability rules in Globalization Studio. Because there's no matching line, the error message occurs.
Note
If the value in the applicability rule is blank, the rule is applicable to any value.
Mitigation
Follow these steps to mitigate the error.
In Globalization Studio, go to Globalization features > Tax calculation.
Create a new version of the feature.
Add a line for the corresponding information.
Header.Business process Lines.Business Unit Header.Ship From Zip Code Tax Group Journal Group A Sales 30160 Group B Sales 30159 Group B Publish the feature setup version.
In Dynamics 365 Finance, go to Tax > Setup > Tax configuration > Tax calculation parameters, and then select the new version.