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

Monday 19 March 2018

Download AX 365 VHD's

Hi All,

You can now get downloadable VHDs directly through the LCS Shared Asset Library instead of downloading the VHDs from the Connect site. To get a new VHD, click the Download VHDs tab is the Shared Asset library or the Project Asset library. This functionality is available for both Dynamics 365 for Finance and Operations and Dynamics 365 for Retail projects.  



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