InventInventoriedPolicy.validateFieldValue Method [AX 2012]
Validate the changes to the inventoried policy in the InventModelGroup table relative to the InventTable table.
Syntax
public abstract boolean validateFieldValue(FieldName _fieldName, [int _arrayIndex])
Run On
Called
Parameters
- _fieldName
Type: FieldName Extended Data Type
The field to validate.
- _arrayIndex
Type: int
The array index of the field to validate; optional.
Return Value
Type: boolean
true if the values are valid; otherwise, false.
Remarks
This method should be overridden in derived classes to validate fields on either the InventModelGroup or InventTable table.