Friday 7 December 2018

Database request feature in AX 7 / D365 Finance & Operations 8.1/PU20+

When you update your D365-FO environment to 8.1/PU20+ you will get a 'Move database' option in LCS. This seems to be avialable only for MultiBox Azure SQL host environments (i.e. Tier2+ environments) both as the source and target database.
In the past this was only possible if done manually or by opening a "Request for database refresh" support ticket via LCS.
Another good reason to upgrade your environemnts to the latest and greatest! 

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