LtInvoiceAutoNumberingTable::existUserNumbering Method
This method is used to find out if the Auto numbering code entered by the user exists.
Syntax
client server public static boolean existUserNumbering(
LtDocNumberingCode _code,
DocNumberingModule_W _module,
[LtInvoiceAutoNumberingType _type])
Run On
Called
Parameters
- _code
Type: LtDocNumberingCode Extended Data Type
The auto numbering code entered by the user.
- _module
Type: DocNumberingModule_W Enumeration
The module for which the code should be checked.
- _type
Type: LtInvoiceAutoNumberingType Enumeration
Whether the code belongs to Invoice or Packing slip.
Return Value
Type: boolean
true if the user code exists for the given module and type combination.