Hello I am new nav 5.0.
I have made an application with c # and I need to run a codeunit from NAV 5.0, need necessarily do with nav 5.0
Or find a way to be able to communicate from c # to nav and access a codeunit.
Thank you very much hope I can help.
Here is the link "how to use Web Services in NAV5.0"
http://blogs.msdn.com/b/nav/archive/2008/04/15/using-web-services-to-access-microsoft-dynamics-nav-5-0.aspx
-Mohana
http://mibuso.com/blogs/mohana
http://mohana-dynamicsnav.blogspot.in/
With Dynamics NAV 5.0 you cannot run a NAV codeunit outside of NAV.
But you could do it with NAV 2009 (NAV 6.0), where you can use the Web Services functionality, which allow you to call codeunits. You don't need to do a full upgrade, but can do an "executable" upgrade, where the exe-files etc. is the only thing being updated. This way you can use the three tier architecture of NAV 2009, where the web services are available.
Don't forget to "Verify Solution" the post(s) that solved your problem. This credits the experts who helped, earns you points and marks your thread as Resolved so we all know you have been helped.
Thanks Mohana and Erick.
Thanks for the Links, I'm trying to follow these steps, although I have not managed to do so completely.
Now I have trouble wanting to configure NAS, to run the event viewer I catch this error:
"You do not have permission to run the 'codunitConex' codeunit.Contact the system manager if you need to Have Your permissions changed. "
Since all permissions granted to the user with which I connect to navision and nothing. I would greatly appreciate if you can help me.
You need to have access to this codeunit in your license.
thanks for the tips. run the codeunit achieved by changing the id to a range.
So far I have managed to make communication from C # to nav 5.0 with the links I provided. Thank you very much to all