This member is for System Use Only and should NOT be used.
Obsolete. Use finExternalPartyEmployees.GetClientEmploymentDataView instead.
Return a DataView containing Client Employment Details.

Syntax

finClientFunctions.GetClientEmploymentDataView(clientPk, includeAllEmployments, dv, [alwaysIncludePk], [filterByLinkedClient], [includeLinkedClients], [filterByActiveSalesRep], [includeActiveSalesRep])

Parameters

NameTypeOptionalByRefDescription
clientPk Integer The primary key of the Client.
includeAllEmployments Boolean Indicates whether to include all Employment records for this Client. Setting this to False will only include the record specified in alwaysIncludePk which can optimise DBCombos in the User Interface.
dv DataView ByRef The DataView.
alwaysIncludePk Integer Optional Always include this ClientEmploymentPk. (This may not be linked to the ClientPk parameter.) If omitted, a value of 0 is assumed.
filterByLinkedClient Boolean Optional Indicates whether to filter by Employments which have a Linked Client. If omitted, a value of False is assumed.
includeLinkedClients Boolean Optional The value to filter by. If omitted, a value of False is assumed.
filterByActiveSalesRep Boolean Optional If omitted, a value of False is assumed.
includeActiveSalesRep Boolean Optional If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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