Loads the collection for an Account Application, and optionally for an Applicant or Collateral Item.

Syntax

finSecurityRegisterPreviousSearches.LoadAccountApp(accountAppId, dateFrom, dateTo, [accountAppApplicantPk], [accountAppCollateralItemPk], [userPk], [includeErrors])

Parameters

NameTypeOptionalByRefDescription
accountAppId String The Account Application Id to load the collection for.
dateFrom Date Limit results from this date.
dateTo Date Limit results to (and including) this date.
accountAppApplicantPk Integer Optional The Account Application Applicant to load the collection for. If omitted, a value of 0 is assumed.
accountAppCollateralItemPk Integer Optional The Account Application Collateral to load the collection for. If omitted, a value of 0 is assumed.
userPk Integer Optional Limit results to a specific User. If omitted, a value of 0 is assumed.
includeErrors Boolean Optional Indicates whether to include Searches that returned Errors from the Security Register. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

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