Share via


PdsComdPricingRunLine.modifiedFieldValue Method

Performs operations when a field is modified in a form.

Syntax

public void modifiedFieldValue(FieldName _fieldName, [int _arrayIndex])

Run On

Called

Parameters

  • _arrayIndex
    Type: int
    The array index of the field; optional.

Remarks

This method operates on the following fields:

  • UseStandardCost, BaseItemId, BaseInventLocationId, PriceMult - recompute the cost.

  • PricePerc - set PriceChange to zero and recompute the cost.

  • BaseItemId- set BaseInventSiteId and BaseInventLocationId to zero if BaseItemId is deleted, and recompute the cost.

  • PriceChange - set PricePerc to zero and recompute the cost.

See Also

Reference

PdsComdPricingRunLine Table