If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

About View Scheduling and Email Distribution

    • If your users want to send view results to email recipients automatically, Aptify strongly recommends that you use an SMTP-based messaging system, such as the SMTP-based Dot Net Mail or Dot Net Mail SMTP Client system, rather than Outlook Mail.
      • If a user decides to use Outlook Mail to send view results, note that messages will be sent from the Application Server user's Outlook account and not from the user who originally configured the view. Also, Microsoft Outlook may require that no user be logged into the Application Server in order to successfully generate and send bulk messages at the appointed time. Finally, you may need to reduce Outlook's security settings to allow messages to be sent from Aptify without user intervention.
        • The Application Server user is the trusted user account who is running the asynchronous processor service. See Configuring an Application Server for details. This user account must have an active Outlook account to send Outlook messages using Application Server.
           
    • When setting up an SMTP server that will send view results as email attachments, keep in mind that the message size limit must be large enough to support the email attachments.
      • For example, Microsoft's SMTP Virtual Server has a default message size limit of 2040 KB. However, the size of a bitmap version of a chart view (which is what is attached to an email) may exceed this limit. In this case, the message delivery will fail at the scheduled date and time.
      • If using Microsoft's SMTP Virtual Server, follow these steps to configure the message size limit:
        1. Open the Internet Information Services (IIS) Manager.
        2. Right-click the SMTP Virtual Server in the console tree and select Properties from the pop-up menu.
        3. Click the Messages tab.
        4. Modify the Limit message size to (KB) field as necessary.
        5. Restart Internet Services on your computer in order for the new message size limit to take effect.
           
    • When this functionality is enabled, Aptify always generates and emails reports for views, even when the view contains no data. In Aptify, administrators have the ability to control whether an email is sent when a view contains no data. The following metadata items allow for control of generation of reports for dataless views:
      • ViewControl.ScheduleDialogControl.DoSDCLocalization.SendMailForBlankViewAsWell Culture String Record
        • Base String: Send Mail For Blank View As Well
        • Category: Basic

      • SendMailForBlankViewAsWell field in the Views entity
        • DisplayName: Send Mail For Blank View As Well
        • Description: Send Mail For Blank View As Well
        • SQLDataType: bit
        • InTable: 1
        • Updateable: 1
        • Type: 0
        • DefaultValue: 1

      • SendMailForBlankViewAsWell input property in the Execute View with No UI process component
        • Description: If this is true, the email is sent with blank attachment file. If this is false, an email is not sent.
        • Type: Integer
        • IsRequired: 0

      • SendMailForBlankViewAsWell input property in the Execute View with No UI process flow
        • Description: If this is true, the email is sent with blank attachment file. If this is false, an email is not sent.
        • Type: String
        • IsRequired: 0

      • SendMailForBlankViewAsWell input property record in the Execute View with No UI process flow
        • SourceType: Context Object
        • Source : SendMailForBlankViewAsWell

Copyright © 2014-2019 Aptify - Confidential and Proprietary