简体   繁体   中英

Microsoft Dynamics Nav Post using Web Services

Im trying to Post on Navision using Navision Web Services (using C#) but so far looks impossible, especially since I dont own developer license. But there are some Codeunits like Codeunit 22,23 which are supposed to do the post of Item Journals but I cant seem to make them work and cant find good info about how to do that. Any little help will be much more than appreciated.

If you were trying to publish those codeunits and try post like this then it is not good approach. And "cant seem to make them work" is just not enough to help you.

Most of customer licenses include free objects that can be created and modified w/o dev license. Those should have numbers starting from 50000 in object designer. I would advise you to create and publish codeunit within this range and call it from your application as web service.

In the codeunit you put creating and/or posting of journal lines. Calling posting codeunits from there should be no problem. But choosing of proper codeunit to call heavily depends on what exactly you are trying to post and what results you expect.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM