Article Details
Id:21780
Product:finPOWER Connect
Type:FIX
Version:4.01.02
Opened:22/08/2024
Closed:22/08/2024
Released:12/09/2024
Job: J034138

HTML Widgets; Document Execute wizard; Email options were hidden if using Exchange was configured for use instead of SMTP

The Document Execute wizard was not showing the option to "Email Document if possible?" on the Confirm page if the User preferences were configured to use (directly or by pointing to Global Settings) Exchange details instead of SMTP for sending Emails.

The following HTML Widget has been updated:

  • HtmlWidget_DocumentExecute
    • Version: 1.04 (22/08/2024)

A new business layer method has been added for use in this widget:

If finBL.SettingsUser.EmailIsUnattendedAvailable() Then
  ' Do something
End If