Tax CU75

This section contains enhancements in Infor Financials & Supply Management for 11.0.75.0.

Cannot change tax entity due to Tax Transactions Exist error, but no transactions exist

When there are no more TaxTransactions after a purge, you still got an error if you try to change the UseTaxCodeAccount flag on TaxEntity.

Program/Business class/Process affected:

TaxEntity

Use these steps to test the enhancement:

1. Have TaxEntity UseTaxCodeAccounts false.

2. Purge all TaxTransaction for that TaxEntity

3. An action should be available called ResetTransactionId to reset LastTransactionId. Once that action is executed, it will not longer appear if LastTransactionId =zero, and no TaxTransactions exist for that TaxEntity.

4. Change the UseTaxCodeAccounts to true.

Dependencies:

TaxEntity setup

Note: This new Reset Transaction Id action on the Tax Entity is only available if Last Transaction ID > zero, and no Tax Transactions exist for the Tax Entity.

JT-1464999