EcoResCategoryHierarchyRole::findRoleHierarchyPair Method
Finds the specified hierarchy and role pair in the EcoResCategoryHierarchyRole table.
Syntax
client server public static EcoResCategoryHierarchyRole findRoleHierarchyPair(
EcoResCategoryNamedHierarchyRole _ecoResNamedCategoryHierarchyRole,
EcoResCategoryHierarchyId _ecoResCategoryHierarchyId,
[boolean _forUpdate])
Run On
Called
Parameters
- _ecoResNamedCategoryHierarchyRole
Type: EcoResCategoryNamedHierarchyRole Enumeration
The category role in the EcoResCategoryHierarchyRole table to check for existence.
- _ecoResCategoryHierarchyId
Type: EcoResCategoryHierarchyId Extended Data Type
The category role and category hierarchy ID in the EcoResCategoryHierarchy table to check for existence.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResCategoryHierarchyRole Table
A record from the EcoResCategoryHierarchyRole table, if found; otherwise, an empty buffer.