COSDimensionAttributeLink::create Method
Creates and inserts a new record into the COSDimensionAttributeLink table.
Syntax
client server public static COSDimensionAttributeLink create(COSCostDimension _dimension, RefRecId _dimensionAttribute)
Run On
Called
Parameters
- _dimension
Type: COSCostDimension Enumeration
A COSCostDimension value that represents the Cost Accounting dimension code.
- _dimensionAttribute
Type: RefRecId Extended Data Type
A record ID that represents the ID of the DimensionAttribute record that will be associated with the specified dimension code.
Return Value
Type: COSDimensionAttributeLink Table
The newly created COSDimensionAttributeLink record.