Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a dimension attribute value is used in this table.
Syntax
server public static boolean checkDeleteDimensionAttributeValue(
    COSCostDimension _dimensionCode, 
    COSCostDimensionValue _value, 
   [boolean _displayWarning])
Run On
Server
Parameters
- _dimensionCode
Type: COSCostDimension Enumeration
The dimension code that is associated with the dimension value. 
- _value
Type: COSCostDimensionValue Extended Data Type
The dimension value that is being deleted. 
- _displayWarning
Type: boolean
A Boolean value that specifies whether the method should display warnings, if any; optional. 
Return Value
Type: boolean
true if the dimension value can be deleted; otherwise, false.