DimensionAttributeValue::deleteForDimensionAttributeValue Method
Removes the value, totals, and related value tables for a specified dimension attribute value.
Syntax
server public static void deleteForDimensionAttributeValue(RecId _dimensionAttributeValueId)
Run On
Server
Parameters
- _dimensionAttributeValueId
Type: RecId Extended Data Type
The dimension attribute value for which to remove the value, totals, and related value tables.
Exceptions
Exception | Condition |
---|---|
Error | A valid record ID for a DimensionAttributeValue object must be specified. |