Retrieve Account History Items of a specific type using an Account Id.

<para>This is a shortcut Function to finAccount.HistoryItems.GetItemsByHistoryType().</para> <para>This Function should only be used if the calling Script does not have a loaded finAccount object available as it will create another one.</para> <para>This Function is predominantly used by HTML Widgets which feature a "History" page.</para>

Syntax

finAccountFunctions.GetAccountHistoryItemsByType(accountId, accountHistoryType, accountHistoryItems)

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id to retrieve Account History for.
accountHistoryType isefinAccountHistoryType The type of History Items to retrieve.
accountHistoryItems finAccountHistoryItems ByRef The finAccountHistoryItems object.

Return Value

Boolean

A Boolean value indicating success.

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