DimensionHierarchyLevel::findByDimensionHierarchyAndLevel Method
Finds the specified record in the DimensionHierarchyLevel table.
Syntax
client server public static DimensionHierarchyLevel findByDimensionHierarchyAndLevel(
RefRecId _dimensionHierarchy,
Level _level,
[boolean _forUpdate])
Run On
Called
Parameters
- _dimensionHierarchy
Type: RefRecId Extended Data Type
The record ID of the DimensionHierarchy record referenced by the DimensionHierarchyLevel record.
- _level
Type: Level Extended Data Type
The level of the DimensionHierarchyLevel record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DimensionHierarchyLevel Table
A record in the DimensionHierarchyLevel table; otherwise, an empty record.