Determines if an Account Type is available for a specific Branch.

Syntax

finAccountTypeFunctions.IsAccountTypeAvailable(accountTypePk, branchPk, [defaultIfNoBranch])

Parameters

NameTypeOptionalByRefDescription
accountTypePk Integer The Account Type Pk to check.
branchPk Integer The Branch Pk to check.
defaultIfNoBranch Boolean Optional If BranchPk is invalid, the default return value for the function. If omitted, a value of False is assumed.

Return Value

Boolean

True if the Account Type is allowed for the Branch; otherwise False.

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