Article Details
| Id: | 20213 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 4.00.02 |
| Opened: | 27/04/2023 |
| Closed: | 27/04/2023 |
| Released: | 27/06/2023 |
| Job: | J030970 |
Document Manager; send via Email code updated
Business Layer code in the fnDocumentRecipientDetailsItems.SendAccountEmailsPdf function has been updated to use the new AddWordDocumentAsPdfFile function.
This is used in Document scripts to send Emails, for example:
' Email Account Clients?' NOTE: This will create additional Account Logs (for each Account Client) where neccessaryIf Success AndAlso dis.HasItemsToEmail ThenSuccess = dis.SendAccountEmailsPdf(parentLogPk)End If