Can Somebody Please Help me..
How to code to get the Machine Name in Dynamics 365 f&o..
While Searching on Internet i found a code in C# But Dont Know how to Convert it in X++ So can You Please Help??
using System;
class Sample
{
public static void Main()
{ Console.WriteLine();
// <-- Keep this information secure! -->
Console.WriteLine("MachineName: {0}", Environment.MachineName);
}
}
Can someone Please convert This In X++ Code