Share via


RetailConnDataDirectorEngine.field Method [AX 2012]

Stores the values of the fields.

Syntax

public boolean field(FieldName _fieldName, anytype _fieldValue)

Run On

Client

Parameters

  • _fieldValue
    Type: anytype
    The value of the field.

Return Value

Type: boolean
true if the value is stored in the field; otherwise, false.

See Also

Reference

RetailConnDataDirectorEngine Class