RTax25ProfitTable::profitId2DimensionAttributeValue Method
Finds the specified record in the DimensionAttributeValue table for the specified profit code.
Syntax
client server public static DimensionAttributeValue profitId2DimensionAttributeValue(RTax25ProfitId _profitId, [boolean _createIfNecessary])
Run On
Called
Parameters
- _profitId
Type: RTax25ProfitId Extended Data Type
The profit code 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.