Share via


SalesFormletterParmData.mcrAllowCreateCheck Method [AX 2012]

Determines whether a SalesParmLine may be created from a sales line.

Check is called from pick, pack, and invoice.

Syntax

protected boolean mcrAllowCreateCheck(SalesLine _salesLine, SalesTable _salesTable)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The SalesLine record from which ParmLine may be created.
  • _salesTable
    Type: SalesTable Table
    The SalesTable record that is the parent order of SalesLine.

Return Value

Type: boolean
true if parm line can be created; otherwise, false.

See Also

Reference

SalesFormletterParmData Class