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.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| accountAppPk | Integer | The Account Application's primary key. | ||
| accountAppApplicantPk | Integer | The primary key of the Applicant to link to or zero if not linking to an Applicant. | ||
| 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. |
A Boolean value indicating success.