Tags

, , ,

In one of the prior posts I showed you how customer pools can be used for identifying and writing-off small customer balances. (Please see the following two screenshots).
EN_50_0030EN_50_0035

 

Problem
If you are trying to write-off a customer with a negative balance you might receive the following error message that interrupts the write-off process.
EN_99_0005
The underlying reason for this error is the following Accounts Receivable parameter which ensures a corresponding tax correction posting for the transactions that are written off.
EN_99_0010
Note that the error message does not pop up if the “separate sales tax” parameter is not activated. Deactivating this parameter is, however, not an option unless you want to pay more tax than necessary and generate wrong sales tax postings.

Please note that you might also encounter the error message shown above in situations where everything seems on first sight ok. Example:
EN_99_0015
In those cases the underlying reason for the error are usually credit transactions that are included in the total (overall positive) customer balance.
EN_99_0020

 

Solution 1
A first option to get the issue fixed is making the following code adjustments in the CustWriteOff class.
EN_99_0025 EN_99_0030
Result: Once the code adjustment is implemented, the negative customer balance can be written off.
EN_99_0035
Please note that Dynamics AX generates the write off transactions including the corresponding tax correction as exemplified in the next screen-print.
EN_99_0040
Also the small customer balance that includes a credit transaction can be written off.
EN_99_0045
Please note that Dynamics AX summarizes the different transactions included in the total balance and generates the corresponding tax adjustment transactions. If different tax rates have been used for posting the original transactions, several tax adjustment lines will be created.
EN_99_0050


Solution 2
If your management does not like to implement a code adjustment and/or if you are working with older Dynamics AX versions that do not have the collection functionalities available, you can alternatively follow the next steps to write off small customer transactions.

Step 1: Create a new customer payment journal
EN_99_0055

Step 2: Create a payment proposal
EN_99_0060

Step 3: Select the transactions that need to be written off
EN_99_0065
Note: Selecting a range of small transaction amounts requires specifying a SQL statement similar to the one exemplified in the previous screen-print. For additional details, please see e.g. this site.
The second approach illustrated here does not refer to small customer balances but instead to individual customer transactions that fall within the $-amount range specified in the SQL statement.

Step 4: Change method of payment
To ensure that the small customer transactions are posted against the correct ledger account, it is wise setting up a new method of payment that is linked to a “depreciation account”; in my example main account no. 618170. Once this method has been setup, all customer transactions that shall be cleansed need to be changed to this method.
EN_99_0070

Step 5: Select the correct sales tax group/item sales tax group
The last step before posting the journal requires ensuring that the correct sales tax groups and item sales tax groups are selected. Otherwise no tax correction will be posted.
EN_99_0075