I have created some .NET assemblies that work great with NAV 2009 R2. Can create globals, call stuff, pass stuff, get stuff. All Great! Called from menus items in RTC.
So ... not surprisingly, this needs to be adapted to a client who is on NAV 2009 SP1. What are the options for 'seeing' stuff in .NET (.dlls) from 2009 SP1?
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
but you could build a com wrapper for your classes, so you could use them as automations.
Do you have a link of how I might execute createing a com wrapper? Where I might find some documentation?