Article Details
Id: | 21823 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.01.03 |
Opened: | 22/08/2024 |
Closed: | 22/08/2024 |
Released: | 05/12/2024 |
Job: | J034139 |
HTML Widgets; Publish Documents wizard; Updated to replace outdated code to determine if email is available
The Publish Documents wizard has been updated to replace outdated code that was being used to determine whether email was available.
The following HTML Widget has been updated:
- HtmlWidget_DocumentsPublish
- Version: 1.06 (22/08/2024)
The following block of code has been updated:
If Not finBLShared.SettingsUser.EmailIsUnattendedAvailable() Then
Me.Warning = "No SMTP or Exchange server is configured"
Else
Me.CanPublish = True
End If