Options

Tip #21 - Implementing No. Series

Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
edited 2010-01-21 in NAV Tips & Tricks
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

Sign In or Register to comment.