Add an item to the end of the collection.

Syntax

finAccountAppApplicants.AddApplicant(key, [keyLocked], [used], [accountRoleId], [clientGroupId], [clientTypeId])

Parameters

NameTypeOptionalByRefDescription
key String A Key to identify this Applicant in the collection.
keyLocked Boolean Optional Key Locked items prevent the User from changing the Key or removing this item via the User Interface. If omitted, a value of True is assumed.
used Boolean Optional Indicates whether, by default, this Applicant is being Used, e.g., always set to True for the main Applicant but you might set to False for others such co-borrowers or guarantors. If omitted, a value of True is assumed.
accountRoleId String Optional The Id of the Account Role to use when creating an Account Client.
clientGroupId String Optional The Id of the Client Group to use when creating a new Client.
clientTypeId String Optional The Id of the Client Type to use when creating a new Client.

Return Value

finAccountAppApplicant

A finAccountAppApplicant object.

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