Share via


EcoResProductMasterConfiguration.validateFieldValue Method

Validates the new field value before writing to the database.

Syntax

public boolean validateFieldValue(FieldName _fieldName, [int _arrayIndex])

Run On

Called

Parameters

  • _arrayIndex
    Type: int
    An integer that specifies the index of the field to be validated; optional

Return Value

Type: boolean
true if the new value of the field is valid; otherwise, false.

Remarks

When the validated field is a container unit, the validation fails when an open inventory transaction exists or similar container combination has already been defined in the system.

See Also

Reference

EcoResProductMasterConfiguration Table