HierarchyLinkTable::findLinkedTableByRefRecId Method
Gets a table record.
Syntax
client server public static Common findLinkedTableByRefRecId(
TableId _tableId,
RecId _linkRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
A table Id.
- _linkRecId
Type: RecId Extended Data Type
A RecId for the desired record.
- _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.