Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the DimensionHierarchyLevel table.
Syntax
client server public static DimensionHierarchyLevel findByDimensionHierarchyAndDimAttribute(
RefRecId _dimensionHierarchy,
RefRecId _dimensionAttribute,
[boolean _forUpdate])
Run On
Called
Parameters
- _dimensionHierarchy
Type: RefRecId Extended Data Type
The record ID of the DimensionHierarchy record referenced by the DimensionHierarchyLevel record.
- _dimensionAttribute
Type: RefRecId Extended Data Type
The record ID of the DimensionAttribute record referenced by 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.