| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.