Share via


SalesInvoiceDPBase.getNumDateInWordConverter Method [AX 2012]

Gets an instance of the RNumDateInWordConverter_LV class.

Syntax

protected RNumDateInWordConverter getNumDateInWordConverter(CustInvoiceJour _custInvoiceJour)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    A custInvoiceJour parameter that will be used to get the language ID from.

Return Value

Type: RNumDateInWordConverter Class
An instance of the RNumDateInWordConverter_LV class.

Remarks

Initializes an instance of the RNumDateInWordConverter_LV class if none is being initialized before; otherwise returns the initialized one. When initializing an instance of the class, a language ID from the CustInvoiceJour record will be passed to the instance to convert the numbers and dates to the language of the customer.

See Also

Reference

SalesInvoiceDPBase Class