Share via


SalesCalcAvailableDlvDates.modifiedField Method [AX 2012]

Recalculates delivery dates when a field having impact on delivery dates is changed and enhanced delivery date control is enabled.

Syntax

public void modifiedField(
    Common _record, 
   [boolean _showDialog, 
    boolean _acceptWarnings, 
    boolean _checkOnly])

Run On

Called

Parameters

  • _record
    Type: Common Table
    The record upon which delivery dates are recalculated.
  • _showDialog
    Type: boolean
    A Boolean value that specifies whether a dialog box should be displayed upon irresolvable conflicts.
  • _acceptWarnings
    Type: boolean
    A Boolean value that specifies whether warning messages are considered as acceptable.
  • _checkOnly
    Type: boolean
    A Boolean value that specifies whether delivery date control should only check the entered delivery dates and not recalculate them with conflicts.

See Also

Reference

SalesCalcAvailableDlvDates Class