Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.