Share via


SalesTable2LineUpdatePrompt.updateDeliveryDateAndCopyAddress Method [AX 2012]

Decides whether to update delivery dates and copy addresses from header to lines for a given SalesId.

Syntax

public void updateDeliveryDateAndCopyAddress(SalesId _salesId)

Run On

Called

Parameters

  • _salesId
    Type: SalesId Extended Data Type
    SalesId value to validate before executing the method. Value will be compared to this.salesTable().SalesId.

See Also

Reference

SalesTable2LineUpdatePrompt Class