This member is for System Use Only and should NOT be used.
Get a List of Available Account Types.

This returns a List of Available Account Types accounting for the following: <list> <item>Only Active items are included</item> <item>If this Account Type must be sold via Promotions then the Account Type will not be included if the current User is a Dealer and no Promotions for this Account Type are available to them</item> <item>The valid dates for a Promotion are not used; only whether the Promotion is closed or not since Account entry may be back-dated</item> <item>Any unlicensed Account Types will not be included</item> </list>

Syntax

finAccountTypes.GetAvailableAccountTypes(productId, filterByAccountClassList, accountClassList, branchId)

Parameters

NameTypeOptionalByRefDescription
productId String The Product Id to filter by or a blank String to include all Product Types.
filterByAccountClassList Boolean Indicates whether to Filter By the Account Class list.
accountClassList List(Of isefinAccountClass) A List of Element Types to filter by.
branchId String The Branch to use to restrict available Account Types.

Return Value

ISReadOnlyList(Of finAccountTypeRO)

An ISReadOnlyList(Of finAccountTypeRO) object.

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