Add an Account Log from details passed in from a Document E.g. a Word VBA template or Document Script.

This does not create a publishable Document Log, rather it creates a record of a Document that has been externally created. This function may not be used internally but it is used in VBA's.

Syntax

finAccountFunctions.LogAddDocument(accountPk, documentId, subject, [notes], [documentFileName], [documentBookmark])

Parameters

NameTypeOptionalByRefDescription
accountPk Integer The Account's primary key.
documentId String The Document Id.
subject String The Log Subject or a blank String to use the Document Description.
notes String Optional The Log Notes.
documentFileName String Optional The Document File Name.
documentBookmark String Optional The Document Bookmark.

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