Return a DataView containing Employment details for an External Party.

Syntax

finExternalPartyEmployees.GetClientEmploymentDataView(externalPartyClientPk, dataView, [filterByClientEmploymentPk], [clientEmploymentPk], [includeInactiveSalesReps], [filterByLinkedClient], [includeLinkedClients])

Parameters

NameTypeOptionalByRefDescription
externalPartyClientPk Integer The primary key of the External Party's Client.
dataView DataView ByRef The DataView.
filterByClientEmploymentPk Boolean Optional Indicates whether to include only include the specified ClientEmploymentPk. If omitted, a value of False is assumed.
clientEmploymentPk Integer Optional Include this ClientEmploymentPk. If omitted, a value of 0 is assumed.
includeInactiveSalesReps Boolean Optional Indicates whether to include inactive SalesReps. If omitted, a value of True 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 True is assumed.

Return Value

Boolean

A Boolean value indicating success.

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