SalesFormletterParmDataPackingslip.mcrAllowCreateParmLine Method [AX 2012]

Determines whether the specified sales line should be allowed to be included on packing slips.

Syntax

protected boolean mcrAllowCreateParmLine(SalesLine _salesLine, SalesTable _salesTable)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The SalesLine record for which this method allows to be on the packing slips.
  • _salesTable
    Type: SalesTable Table
    The Sales order header record pertaining to the passed sales order line.

Return Value

Type: boolean
true if the sales order line should be included on the packing slip; 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.

do not allow SRM header line to be included on packing slips.

See Also

Reference

SalesFormletterParmDataPackingslip Class