SalesLine_IN.modifiedFieldValue Method
Performs any required logic when a field value changes.
Syntax
public void modifiedFieldValue(
FieldName _fieldName,
[int _arrayIndex,
SalesLine _salesLine])
Run On
Called
Parameters
- _fieldName
Type: FieldName Extended Data Type
The field that changed.
- _arrayIndex
Type: int
The array index that was modified.
- _salesLine
Type: SalesLine Table
The salesLine instance; by default, it is a base table.