Share via


SalesLineType.mcrHaveDlvAddressFieldsChanged Method [AX 2012]

Checks if the delivery address changed.

Syntax

protected boolean mcrHaveDlvAddressFieldsChanged(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 delivery address has changed; otherwise, false.

Remarks

The delivery address may affect what delivery modes are valid on the continuity schedule attached.

See Also

Reference

SalesLineType Class