Gets a List of Documents that are available for this Account Type that can be run from a Log, filtered by File Type.

The List returned only includes Active Documents that the current User has permission to execute. The List also includes Documents that are valid for the Product Type that this Account Type relates too.

Syntax

finAccountAppTypeRO.GetDocumentsListByFileType(fileType, [includeAccountTypeDocuments], [accountTypePk])

Parameters

NameTypeOptionalByRefDescription
fileType iseDocumentFileType The file Type to include.
includeAccountTypeDocuments Boolean Optional Indicates whether to include Account Type Documents that are flagged as being available to Account Applications. If omitted, a value of False is assumed.
accountTypePk Integer Optional The primary key of the Account Type if including Account Type Documents. If omitted, a value of 0 is assumed.

Return Value

ISReadOnlyList(Of finDocumentRO)

A ISReadOnlyList(Of finDocumentRO) value.

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