Share via


HierarchyLinkTable::findLinkedTableByRefRecId Method

Gets a table record.

Syntax

client server public static Common findLinkedTableByRefRecId(
    TableId _tableId, 
    RecId _linkRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _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
nullNothingnullptrunita null reference (Nothing in Visual Basic) if the table ID does not correspond to the linked tables, Otherwise a record in the ProjTable or SalesQuotationTable maching the RecId passed in.

See Also

Reference

HierarchyLinkTable Table