Hi
i have created two visual studio forms for dynamics gp 2018 i have added assembly in addins folder and below is code that i used
[SupportedDexPlatforms(DexPlatforms.WebClient | DexPlatforms.DesktopClient)]
public class GPAddIn : IDexterityAddIn
{
My code starts here
}
when i debug its hitting my code but my form is not showing in web client any idea what i am missing.
code is executing successfully with no exception. but form.show() does nothing.
Thank you
Shah
*This post is locked for comments