DimensionAttributeValueSetStorage.containsDimensionAttributeValue Method [AX 2012]
Checks whether the set contains the specified value.
Syntax
public boolean containsDimensionAttributeValue(RecId _dimensionAttributeValueId)
Run On
Called
Parameters
- _dimensionAttributeValueId
Type: RecId Extended Data Type
The value for which to search.
Return Value
Type: boolean
true if the value is in the set; otherwise, false.