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.
Updates all dimension value fields in this table to reflect a change in the display value of a dimension attribute value.
Syntax
client server public static void updateCostDimensionValue(
COSCostDimension _dimensionCode,
COSCostDimensionValue _oldValue,
COSCostDimensionValue _newValue)
Run On
Called
Parameters
- _dimensionCode
Type: COSCostDimension Enumeration
The dimension code that is associated with the dimension value.
- _oldValue
Type: COSCostDimensionValue Extended Data Type
The old display value of the entity instance record.
- _newValue
Type: COSCostDimensionValue Extended Data Type
The new display value of the entity instance record.