HierarchyLinkTable::findLinkedTableByHierarchyId Method
Gets a table record.
Syntax
client server public static Common findLinkedTableByHierarchyId(HierarchyIdBase _hierarchyId, [boolean _forUpdate])
Run On
Called
Parameters
- _hierarchyId
Type: HierarchyIdBase Extended Data Type
A Hierarchy Id used for searching.
- _forUpdate
Type: boolean
A Boolean flag that sets if the table is being search in order to update the record.
Return Value
Type: Common Table
A ProjTable record or a SalesQuotation record based on which table the passed in HierarchyId points to.