Thursday 22 March 2018

This transaction has been marked for settlement by another user in AX

Error : This transaction has been marked for settlement by another user.

Solution:

Go the spectrans table and filter the record with invoice amount(Ex:  -12345.45) and delete it. Then it should works.


@Rahul Talasila

No comments:

Post a 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...