[progress Communities] [progress Openedge Abl] Forum Post: Re: Automatically Update Lookup...

  • Thread starter Thread starter Shiva Duriseati
  • Start date Start date
Status
Not open for further replies.
S

Shiva Duriseati

Guest
This has been followed through the support case. As on today Sending emails to multiple users is not supported in Rollbase. But still you can achieve this by creating one additional trigger. Steps to perform "Sending Email to multiple users" 1)Create a field of Type Email "User Emails" 2)Create a trigger of type "Update Field" and select the above field to be updated . In the trigger section include the following code: return "d.shiva0212@gmail.com,shiva.durshetti@gmail.com"; // These can be dynamically generated using server side API'S. 3)Now in the "Send Email" trigger use the field "Users Emails" get the token and include in "send to" field. Order of these triggers should be: 1)UpdateFieldTrigger 2)SendEmailTrigger. Regards, Shiva

Continue reading...
 
Status
Not open for further replies.
Back
Top