I'm doing a integration from a third party system with Nav 2015, I need to export a excelsheet to Nav 2015. I know the nav format and excel sheet has been formatted the same way. We can do it via GUI but we have to automate it via web service or something. How to do it? (I can use excel interops to generate excelsheets)
Asked
Active
Viewed 71 times
0
-
Yes. Web service. Use it. – Mak Sim Jun 19 '17 at 13:08
-
@MakSim couldn't find any links on the topic, have you got any? – ZameerMoh Jun 20 '17 at 05:30
-
1Sure. Here is a place to start. https://msdn.microsoft.com/ru-ru/library/dd339004.aspx – Mak Sim Jun 20 '17 at 10:47
-
1Basically each integration possibility in Nav will require you to develop something in Nav. Either publish web service or set a job batch to monitor files in certain folder. – Mak Sim Jun 20 '17 at 10:52