Skip to main content

Email Report Action - Prompted Email Address

Answered

Comments

1 comment

  • Official comment
    Thomas

    Hi Devin,

    Unfortunately not at this point, but you can set the e-mail address on a sales document UDF and then select it with SQL: -syntax in the report action.

    From the manual (which you can access by pressing F1 in the report action editor):

    Email Action

    The direct email field can be used to send the report to a fixed email specified in the configuration. Also it can be used to send to custom emails using dynamic syntax if needed. The direct email supports “SQL:” and “SQLMulti:” where SQLMulti: can be used to get multiple rows from a table.

     

    Sample: if you on a sales order have defined a user-defined field (called U_MAIL) to hold an email, you could set up a direct email to $[ORDR.U_MAIL.0] in order to send the sales order to the email specified in the UDF.

     

Please sign in to leave a comment.