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

  • _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.

See Also

Reference

RTax25ProfitTable Table