| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| accountAppPk | Integer | The primary key of the Account Application. | ||
| accountAppApplicantPk | Integer | The primary key of the Applicant. | ||
| accountAppLog | finAccountAppLog | ByRef | The Account Applicant Log, or Nothing (if no Search found or Client Log is returned instead). | |
| clientLog | finClientLog | Optional | ByRef | The Client Log, or Nothing. If omitted, a value of Nothing is assumed. |
| serviceLogs | ISServiceLogs | Optional | ByRef | The Service Logs relating to the Security Register Search. If omitted, a value of Nothing is assumed. |
| serviceId | String | Optional | The optional Service to filter by. | |
| includeClientRequests | Boolean | Optional | Indicates whether to use requests recorded against the Client if this Applicant is linked to a Client. If omitted, a value of True is assumed. | |
| includeFailed | Boolean | Optional | Include failed Enquiries. If omitted, a value of False is assumed. | |
| includePending | Boolean | Optional | Include Pending/ In Progress Enquiries. If omitted, a value of False is assumed. |
A Boolean value indicating success.