Web service for Posting Item Journal

aref
aref Member Posts: 1
Hi All,

What Code Unit should I use to post item journal through a web service? Thanks

Answers

  • KTA8
    KTA8 Member Posts: 399
    Codeunit 22?
  • robbonick
    robbonick Member Posts: 40
    It depends what values you are passing through the Web Service. You might need to have a "Wrapper" function which finds the Item Journal Lines to post, and then runs codeunit 22 passing those records.