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.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.