Options

(Line No. Field) Sales Order Line

jmlozaresjmlozares Member Posts: 110
Is there any particular codeunit that automatically generates a vakue for the Line No. Field on the Sales Order Line?
Janderol Lozares Jr.
Manila, Phils.

Comments

  • Options
    AlbertvhAlbertvh Member Posts: 516
    Hi JM

    There is no codeunit or such that update the line no., however on the form when you enter sales lines there is a property on it called autosplitkey and this automatically increases the line no. field.
    If you want to use a codeunit/dataport you will have to code something like this Line no. := line no. + 10000

    Regards
    Albert
  • Options
    jmlozaresjmlozares Member Posts: 110
    Thanks Albert!!
    Janderol Lozares Jr.
    Manila, Phils.
Sign In or Register to comment.