LtInvoiceAutoNumberingTable::makeCodeFilter Method
This method is used to create a set of all the numbering code that is valid for the given module and document type.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server private static Set makeCodeFilter(
DocNumberingModule_W _module,
[LtInvoiceAutoNumberingType _type,
boolean _retailOnly])
Microsoft Dynamics AX 2012 R2 (SYS)
server private static Set makeCodeFilter(DocNumberingModule_W _module, [LtInvoiceAutoNumberingType _type])
Run On
Server
Parameters
- _module
Type: DocNumberingModule_W Enumeration
The module for which the numbering code is required.
- _type
Type: LtInvoiceAutoNumberingType Enumeration
The document type, invoice or packing slip, for which the numbering code set is required.
- _retailOnly
Type: boolean
Return Value
Type: Set Class
A set with all the valid numbering code values.