April 2017
Intermediate to advanced
706 pages
17h 8m
English
Throughout NAV, master records (for example Customer, Vendor, Item, and so on) and activity documents (Sales Order, Purchase Order, Warehouse Transfer Orders, and so on) are controlled by the unique identification number assigned to each one. This unique identification number is assigned through a call to a function within the NoSeriesManagement codeunit. That function is InitSeries. The calling format for InitSeries is as follows:
NoSeriesManagement.InitSeries(WhichNumberSeriesToUse, LastDataRecNumberSeriesCode, SeriesDateToApply, NumberToUse, NumberSeriesUsed)
The parameter WhichNumberSeriesToUse is generally defined on a Numbers Tab in the Setup record for the applicable application area. The LastDataRecNumberSeriesCode ...
Read now
Unlock full access