Add a Row that contains two cells, a Caption and a Text value that represents a Phone Number.

The Hyperlink properties will be set based on the supplied values.

Syntax

ISSummaryTableRows.AddCaptionTextPhoneNumber(caption, phoneNumber, [textCellClass], [clientId], [contactRecordId], [tooltip], [tooltipClass], [recordType], [externalPartyId])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
phoneNumber String The Phone Number.
textCellClass iseSummaryTableCellClass Optional The CellClass for the Text value cell. If omitted, a 'NormalBold' class will be assumed. If omitted, a value of iseSummaryTableCellClass.NormalBold is assumed.
clientId String Optional
contactRecordId String Optional
tooltip String Optional
tooltipClass iseSummaryTableTooltipClass Optional If omitted, a value of iseSummaryTableTooltipClass.PopupNote is assumed.
recordType String Optional The Record Type for non-Client contacts, e.g., "User".
externalPartyId String Optional

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

Member of:
ISSummaryTableRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0