Share via


SalesLineType.mcrHaveDlvModeFieldsChanged Method [AX 2012]

Checks if the delivery fields that affect delivery modes have changed.

Syntax

protected boolean mcrHaveDlvModeFieldsChanged(SalesLine _origSalesLine, SalesLine _salesLine)

Run On

Called

Parameters

  • _origSalesLine
    Type: SalesLine Table
    The original SalesLine record to check against the newly created record.
  • _salesLine
    Type: SalesLine Table
    The newly created SalesLine record for which to validate the delivery address.

Return Value

Type: boolean
true if the address fields have changed; otherwise, false.

See Also

Reference

SalesLineType Class