Options

Add-In NAV 2015 Ideas?

mikmik Member Posts: 79
edited 2015-01-13 in NAV Three Tier
Hello!

I'm thinking about making an Add-In for NAV 2015. I need to consume a big amount of lines and process them. Any line can be changed inside the Add-In.

There are two ways to do that (maybe there are more idk)

1. Calling OData Webservice inside my Add-In (Not sure if this is a good idea because I'm already inside NAV)
2. Using a codeunit function which will create a big XML file and my Add-In will have to read this data.
Problem: When I change data I will have to send the changes back to NAV that NAV can process the changes. After this I have to recreate my XML file with the changed data and send this data back to the Add-In.

Had anyone done this before? If I can change the data with OData (never tried but heared it should work) then I will send less data between Add-In and NAV.

Any help will help :D

greetings
mik

With kind regards
mik
Sign In or Register to comment.