BudgetPrimaryLedgerDimensionAttribute::isDimensionAttributeInList Method
Determines whether the specified record ID of a DimensionAttribute record is in the specified list.
Syntax
client server public static boolean isDimensionAttributeInList(RecId _dimensionAttributeId, List _dimensionAttributes)
Run On
Called
Parameters
- _dimensionAttributeId
Type: RecId Extended Data Type
The record ID of the DimensionAttribute record to look for in the list.
- _dimensionAttributes
Type: List Class
A List instance that contains the list of dimension attributes. Each container in the list should have a dimension attribute record ID as a key and a name as the value.
Return Value
Type: boolean
true if the record ID is found in the list; otherwise, false.