Skip to main content
September 15, 2022
Question

Calling Email Smart Service in Expression

  • September 15, 2022
  • 1 reply
  • 0 views

Hi Team, 

I have a use case where if someone clicks on a button then an email should be sent but that interface should remain intact.

See the below process model,

So the start node is configured to run the following form,

When Someone clicks on search, a second interface loads below to it but at the same time I want to send an email and that is what I am trying to configure it in process model. So after clicking on search, it is showing below when I am just trying it with interface and not by running the process model

Now the main problem is that, I have configured that Process Model to run using a site. But when I click on search button in site, email triggers but the partial interface like in the above image does not load. See the below site,

Please help in this regard.

Thanks in Advance

1 reply

mikes0011
Brainy
September 15, 2022

Assuming that your "search" button uses a dynamicLink(), you can simply add into its saveInto parameter, a call to a!startProcess.  There you can add a reference to your process that sends the email - it wouldn't have a start form (or any form at all), but instead would instantly run asynchronously in the background and send the email in question.

The Expression Guru