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
Comments
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
Manila, Phils.