AfStronglyTypedDataContainer.exists Method [AX 2012]

Indicates whether a data container contains a data item with the specified name.

Syntax

protected boolean exists(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    A data item name.

Return Value

Type: boolean
A Boolean value that indicates whether the data container contains a data item that has the specified name.

See Also

Reference

AfStronglyTypedDataContainer Class