How to Create new form using VST (C#) in Microsoft Dynamics GP 2016 HTML5 Web Client ?
I have tried with [WCCompliantWindow(true)] but is not working.
*This post is locked for comments
How to Create new form using VST (C#) in Microsoft Dynamics GP 2016 HTML5 Web Client ?
I have tried with [WCCompliantWindow(true)] but is not working.
*This post is locked for comments
Custom .Net/Windows forms are not supported in the GP 2016 web client. VST AddIn logic (that does not use Windows orms) can still be run in the web client with the [SupportedDexPlatforms(DexPlatforms.DesktopClient | DexPlatforms.WebClient)] attribute added just above your AddIn class definition.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156