1
0
-1
  1. I am sending the mail by using bean shell ,
  2. Mail is sending but sending mail is not saving in the datalist,
  3. How to save the values through the bean shell
  4. I would like to save some values and send those values to mail on saving 
  5. when ever any modification happens automatically list value have to changed & go mail again
  6. I acheived saving values & sending email separately But if I combines the both It is not working..


    Thanks in advance....
    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Hi there,

      You can do both the things at the same time. Just create different methods in your beanshell.

      Just curious, why do you need to implement such a thing? You could always use the email tool and the database update tool in the process.

      Also, where are you trying to write this beanshell? Is it at the process tool or somewhere else?

       

      We'd need some more information before we can suggest something.

       

      Thanks,

      Ashutosh

      1. HariBabu

        I am having a Employee table (No,Name,Address,Email) are the elements if I save one employee details mail have to send to his own taken email ID while I am saving , along with It have to save the details to datalist, and the If I edit the address then the confirmation mail also again go the mail notification. Simply If I edit the datalist of the table or If I save the new record of the table then it need to send email to particular person to check the notification.

      CommentAdd your comment...
    2.  
      1
      0
      -1

      Okay, so as I understand, you just want to be able to send out an email whenever the record is edited. Right?

      If that's the case, what you could do is create a process again for the editing action. And instead of calling the form to edit the details of the Employee, you could use the datalist hyperlink to actually call the edit process (where you can add the email tool to send out notifications).

      I think this would resolve your problem. Please let me know if you need some more clarifications on how to achieve this.

      Thanks.

      1. HariBabu

        Actually I am new to Joget can you have any sample app as similar to this Ashutosh Tripathi.

      CommentAdd your comment...