Ensures that a specified Account Application Log Pk belongs to one of the Account Applications for the authenticated Client.

allowedAccountAppPks will allow no Account Applications to be checked if a zero-length collection is provided - this assumes no Account Applications are allowed. To ignore this check entirely, ensure the 'allowedAccountAppPks' Parameter is a nothing object.

Syntax

finPortalHandler.ValidateAccountAppLogPk(accountAppLogPk, [allowedAccountAppPks])

Parameters

NameTypeOptionalByRefDescription
accountAppLogPk String The Account Application Log Pk. This is accepted as a String value as this value could be an encrypted version of the Account Application Log Pk.
allowedAccountAppPks List(Of Integer) Optional Client Portals may further restrict which Account Applications can be viewed. To ensure filtering at the Portal level is respected, specify a list of allowed Account Applications here. If supplied, any Account Applications not in this list will be excluded. If omitted, a value of Nothing 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