Get HTML for a Task Summary, e.g., from a Smart List or from other finPOWER Connect Cloud functions.

This can also be used as a shortcut way of getting certain Summaries, e.g., by passing in a Task Type of 'AccountLog' and the primary key of an Account Log.

Syntax

finSummaryPageFunctions.TaskSummary(forceBuiltIn, taskType, pk, [scriptContextData], [target])

Parameters

NameTypeOptionalByRefDescription
forceBuiltIn Boolean
taskType isefinTaskType The Task Type.
pk Integer The primary key of the record related to the Task Type, e.g., the primary key of an Account.
scriptContextData ISKeyValueList Optional If omitted, a value of Nothing is assumed.
target iseSummaryPageTarget Optional If omitted, a value of iseSummaryPageTarget.WebInternal is assumed.

Return Value

String

A String value.

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