Get a Summary Table containing details of records related to the specified Source record (via Hashtags) and, optionally, if sourceNotes are supplied, details of records referenced in this record's Notes.

Syntax

finUtilities.GetSummaryTableOfHashTagReferences(sourceType, sourcePk, sourceId, [sourceNotes], [caption], [includeHeaderRow])

Parameters

NameTypeOptionalByRefDescription
sourceType isefinSearchSourceType The Source Type, e.g., a Client record.
sourcePk Integer The Source primary key, e.g., the primary key of the Client.
sourceId String The Source Id, e.g., the Id of the Client.
sourceNotes String Optional Source Notes if you wish to include details of records referenced in this record's Notes.
caption String Optional Caption for Summary Table.
includeHeaderRow Boolean Optional INdicates whether to include the Header Row. If omitted, a value of True is assumed.

Return Value

ISSummaryTable

An ISSummaryTable object or Nothing if no related records are found.

Member of:
finUtilities
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0