I am sure this will be possible but I cannot find any tutorials or instructions.
I want to create my own screen (using C#) that can be called from a new menu option within Dynamics so that as far as the user is concerned they are just using another “Dynamics screen” rather than a custom built one.
Is this feasible..? Does anyone know of a good tutorial for this..?
Thanks in advance.
If by “own screen (using C#)” you mean an ASP.NET web page:
Download the SDK from here and have a good read. It also includes some excellent example code.