Share via


AfDataContainer.validateDataItemValue Method [AX 2012]

Validates the given data item value.

Syntax

private void validateDataItemValue(str _name, anytype _value)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the data item.
  • _value
    Type: anytype
    The value of the data item..

Remarks

If the value is invalid, an error is thrown.

See Also

Reference

AfDataContainer Class