Loads the latest Security Register Search for an Account Applicant. By default this function will only return successfully completed Searches.

Syntax

finAccountAppFunctions.GetLatestSecurityRegisterSearch(accountAppPk, accountAppApplicantPk, accountAppLog, [clientLog], [serviceLogs], [serviceId], [includeClientRequests], [includeFailed], [includePending])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

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