RTax25ProfitTable::profitRecId2DimensionAttributeValue Method
Finds the specified record in the DimensionAttributeValue table for the specified profit rec id.
Syntax
client server public static DimensionAttributeValue profitRecId2DimensionAttributeValue(RTax25ProfitTableRecId _profitRecId, [boolean _createIfNecessary])
Run On
Called
Parameters
- _profitRecId
Type: RTax25ProfitTableRecId Extended Data Type
The profit rec id which is used to find dimension attribute.
- _createIfNecessary
Type: boolean
A Boolean value that indicates whether a new record should be inserted if one does not yet exist; optional.
Return Value
Type: DimensionAttributeValue Table
A record in the DimensionAttributeValue table; otherwise, an empty record.