Article Details
Id:14221
Product:finPOWER Connect
Type:FIX
Version:3.00.03
Opened:23/11/2016
Closed:23/11/2016
Released:01/12/2016
Job: J018339

Documents; All Word Documents updated to properly support "CreateIndividualDocuments" Constant

All "Word Document" type Documents expose a "CreateIndividualDocuments" Constant.

When used in an Ad-Hoc/ Standalone Publish (e.g., from the Report Explorer), this Constant was not being respected and, no Document was saved and any Logs created (providing the Document was configured to "Create Log record when running Standalone") did not reference any Document.

The following code has been added to the CreateAccountDocument function (after the "Embed in Log?" section):

' Create Individual Document?
If Success AndAlso CreateIndividualDocuments Then
  Success = finBL.DocumentManagerFunctions.SaveWordDocumentsToDocumentManagerPdfAccount(di.AccountId, mWordDocumentsAccount, mDocument.FileName, DocumentManagerFileName, DocumentManagerFileNameRelative)        
End If

The following Documents have been updated:

  • Deposit Statement (Deposit_Statement.xml)
  • Loan Statement (Loan_Statement.xml)