Share via


SalesFormletterParmData.mcrCheckInventAvailability Method [AX 2012]

Indicates whether there is inventory available for the specified sales line.

Syntax

protected boolean mcrCheckInventAvailability(SalesLine _salesLine, SalesTable _SalesTable)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The sales line used to evaluate if there is available inventory.
  • _SalesTable
    Type: SalesTable Table
    The sales order used to evaluate if there is available inventory.

Return Value

Type: boolean
true if there is available inventory; otherwise, false.

See Also

Reference

SalesFormletterParmData Class