A Count of Current Client Contact Methods that have a Contact Method that is flagged to 'Show In Summary'.

Syntax

finClientContactMethods.CountIncludeInSummary([includeNotOwnedByClient], [includeOwnedByClient], [hasLinkedClients], [hasNotes], [excludeContactMethodPks])

Parameters

NameTypeOptionalByRefDescription
includeNotOwnedByClient Boolean Optional Indicates whether to include items that are directly owned by the Client. If omitted, a value of True is assumed.
includeOwnedByClient Boolean Optional Indicates whether to include items that are NOT directly owned by the Client, e.g. Advisors. If omitted, a value of True is assumed.
hasLinkedClients Boolean Optional ByRef Returns whether any of the Contact Methods have a Linked Client. If omitted, a value of False is assumed.
hasNotes Boolean Optional ByRef Returns whether any of the Contact Methods have Notes. If omitted, a value of False is assumed.
excludeContactMethodPks ISList Optional A list of Client Contact Method Pks (converted to Strings) to exclude when generating this summary. If omitted, a value of Nothing is assumed.

Return Value

Integer

An Integer value.

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