Share via


SalesFormletterParmDataInvoice.mcrAllowCreateParmLine Method [AX 2012]

Determines whether the specified sales line should be allowed to be invoiced.

Syntax

protected boolean mcrAllowCreateParmLine(SalesLine _salesLine, SalesTable _salesTable)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The SalesLine record for which this method checks invoicing viability.
  • _salesTable
    Type: SalesTable Table
    The SalesTable record for which this method cheks invoicing viability.

Return Value

Type: boolean
true if the sales order should be allowed to be invoiced; otherwise, false.

Remarks

Do not process continuity item lines.

Do not process continuity child orders that are not in the delivery window.

Do not process continuity childorders that have payment issues.

See Also

Reference

SalesFormletterParmDataInvoice Class