Wednesday 11 April 2018

Increase EDT Size in AX 365(Dynamics 365 operations)

EDT extension allow us to increase the EDT size instead of customizing it. Once you increase the size,do the compilation of the model and sync the db







2 comments:

  1. Hi, trying to extend currencies to 18 decimals for use with Crypto currencies. Is that possible? Or is 8 the max number of decimals allowed?

    ReplyDelete
  2. Also, we were able to extend to 8 decimals, but the journal entries are rounding to 6 decimals. thank you

    ReplyDelete

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