Integrating with Navision 4

simon.bondsimon.bond Member Posts: 10
Hi Everyone, I am looking at using a 3rd party product to allow access to the Navision Business Logic via a Webservice.

The products I have found allow me to Read/Insert/Modify/Delete Tables
and Run Codeunits (I can specify the parameters for the OnRun function of the codeunits).

My question is,

In order to do the following tasks,

1. Modify(only) a field on a Sales Order Line.
2. Add/Remove Item Tracking Entry Assignment (Lot #'s) to a Sales Order Line.
3. Add/Remove an Item Journal Line to an Item Journal Batch
4. Post an Item Journal Batch
5. Add/Remove an Item Reclassification Journal Line to a Reclassification Journal Batch.
6. Post an Item Reclassification Journal Batch.


Which of these functions will be easily accomplished by Adding / Deleting / Modifying the Lines on a Table.

And which functions will need to be completed using a Codeunit.

What are your recommendations?

Is it better to create new codeunits (with OnRun Parameters) and I just pass the parameters (via the webservice) to the new codeunit and let the codeunit complete the task?

Thanks for your input, regards
Simon
Sign In or Register to comment.