Number series is a great feature in Navision that allows you to use all kids of numbering methods easilty and also allows the application to work the same everythere,
So how do I implement Number Series in a new table. Let's go through that step by step. For this example we will use the Item table to copy and paste from.
Step 1 - Create the table.
A table that has number series has a minimum of two fields. A primairy key field of type code length 20. But also a second field to store the number series. This is a code field as well with length 10.
Go to the object designer and create a new Table. The first field will be created manualy like this.
...
http://dynamicsuser.net/blogs/mark_brum ... eries.aspx
Comments