Share via


SalesEditLinesForm.mcrGiftCard Method [AX 2012]

Determines if the item sold is a gift card.

Syntax

public boolean mcrGiftCard(SalesParmLine _salesParmLine)

Run On

Client

Parameters

  • _salesParmLine
    Type: SalesParmLine Table
    The record used to find the item to determine if it is a gift card.

Return Value

Type: boolean
true if the item is a gift card; otherwise, false.

See Also

Reference

SalesEditLinesForm Class