ProdRoute.modifiedFieldValue Method
Modifies a field on the current record.
Syntax
public void modifiedFieldValue(FieldName _fieldName, [int _arrayIndex])
Run On
Called
Parameters
- _fieldName
Type: FieldName Extended Data Type
The name of the modified field.
- _arrayIndex
Type: int
The index in the array of the modified value in when an array field is being modified; optional.