Share via


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

Return Value

Type: Set Class
A set with all the valid numbering code values.

See Also

Reference

LtInvoiceAutoNumberingTable Table