Any SAIL function to send Email

I have a scenario like among so many users available in a grid i can assign roles to each user (One at a time).
On updating his role..i need to send a mail to him.
I should do this to all users in the same User Input Task (SAIL Form) without navigating to next node in Process Model;
So i have to do this in SAIL itself.
Is there any SAIL Function (smart service) to send Email?

OriginalPostID-250465

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Just to add - starting a process model might be the approach you prefer, but slightly simpler is that when the user clicks the button to "save" the user role change, you have the form submit and loop back into itself - to the user it would appear that they did not leave the form, but in the mean time your process model could send email, do other updates, etc.
Reply
  • 0
    Certified Lead Developer
    Just to add - starting a process model might be the approach you prefer, but slightly simpler is that when the user clicks the button to "save" the user role change, you have the form submit and loop back into itself - to the user it would appear that they did not leave the form, but in the mean time your process model could send email, do other updates, etc.
Children
No Data