SalesFormletterProvider.checkLineInvoicePostingType_RU Method [AX 2012]

Validates the InvoicePostingType_RU field for the SalesParmTable table in conjunction with the SalesParmLine table and the SalesLine table.

Syntax

protected boolean checkLineInvoicePostingType_RU(SalesParmLine _salesParmLine, [SalesLine _salesLine])

Run On

Server

Parameters

  • _salesParmLine
    Type: SalesParmLine Table
    A table buffer that contains the SalesParmLine record.
  • _salesLine
    Type: SalesLine Table
    A table buffer that contains the SalesLine record; optional.

Return Value

Type: boolean
true if the InvoicePostingType_RU field is valid; otherwise, false.

See Also

Reference

SalesFormletterProvider Class