Updating dimensions on journal lines

CraineGACraineGA Member Posts: 28
I am importing records into Gen. Journal Line (Table 81) by exposing the General Journal (page 39) as a web service in Nav 2009 RTC. Basic record import working well apart from updating dimension information. Web service exposes properties for dimensions 1-8 however none of the values will accept the dimension value. Does anyone have any pointers on programmatically updating dimension values on General Journal Lines, in a codeunit or otherwise.

Comments

  • jannestigjannestig Member Posts: 1,000
    Have you remebered to use Journal line dimension Table 356 as well for Dimensions shorcuts greater then 2
  • CraineGACraineGA Member Posts: 28
    Thanks for the reply. I think I was being too optomistic that the properties exposed by the page web service would update the shortcut dimensions > 2 :whistle:

    I will expose a codeunit as a web service which will insert records direct into Journal line dimension Table 356, for the respective journal line.

    Thanks again.
Sign In or Register to comment.