SalesEditLinesForm.mcrAllowEditLineAmount Method [AX 2012]

Returns false because by default, the user is not allowed to edit line amount which conforms to standards.

Syntax

public boolean mcrAllowEditLineAmount(SalesParmLine _salesParmLine)

Run On

Client

Parameters

  • _salesParmLine
    Type: SalesParmLine Table
    The SaleParmLine record to allow/disallow editing of the line amount.

Return Value

Type: boolean
false.

See Also

Reference

SalesEditLinesForm Class