Wednesday 22 January 2020

The ledger posting group does not have an account for sales tax direction sales tax receivable specified in Dynamics 365 F&O

I was getting the below error while trying to post a vendor invoice.

The ledger posting group does not have an account for sales tax direction sales tax receivable specified

Reason:

"Sales tax receivable" is not filled in for the tax code in "Ledger posting groups"

Solution:

Fill the "sales tax receivable" with the right GL code as shown below.




@Rahul

1 comment:

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...