Hello experts.
I recently got interested (and intrigued) by the potential possibilty of using Python in NAV. I have googled a lot and only thing I could find is a website about making Microsoft Dynamics NAV Web Services requests using Python but eith no clarifications as well as a post about making requests to Dynamics 365 and Node.js using Python but did not really understand it.
Does anyone have any info that could help my quest about using Python with NAV?
Thank you in advance
Answers
So maybe search for python soap or rest/odata. You will have much more luck that way, and than use that knowledge to call NAV web services.
Your Question in the topic is too generic, and the initial Post does not clarify anything.
Anyway, in NAV you cannot use Python, only C/AL, .NET assemblies, COM Automation and JScript in Add-ons.
But then, you can call anything that is executable from within NAV and thus use it almost as if it was in NAV.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Dear vaprog thank you for your answer.
My question is indeed generic as I am looking for any way that python can be used with NAV. When you say: what exactly do you mean. Could you give me an example? I am intrigued