Returns a finAccount object for one of this Client's Accounts whilst also validating that the Account belongs to this Client for 'Client' Authenticated Portals.

Instead of simply checking the Account is in the Client Accounts collection, this uses the finClientFunctions.GetClientExtendedAccountsList to build an extended list of Accounts.

Syntax

finPortalHandler.GetClientAccountFromExtendedList(accountId, employeeRoleTypes, account, [includeHiddenAccounts])

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id.
employeeRoleTypes String A comma-separated list of case-insensitive Employee Role Types.
account finAccount ByRef The finAccount object.
includeHiddenAccounts Boolean Optional Indicates whether to include Hidden Accounts. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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