SalesQuotationTableType_Proj.update Method [AX 2012]

Handles the update event of the sales quotation table.

Syntax

public void update([boolean _activityHandling, boolean _isCalledFromBatch])

Run On

Called

Parameters

  • _activityHandling
    Type: boolean
    Indicates whether activities should be handled; optional.
  • _isCalledFromBatch
    Type: boolean
    true if called from a batch job; false otherwise. Optional.

See Also

Reference

SalesQuotationTableType_Proj Class