1
0
-1

Hi! i want to ask if how will i get the info of the performers "Report To", i want to get the email of the Report To to minimize work, default email will be sent to the notifieer when a form is submitted.

 

for example, UserA is reporting to UserB.

 

when UserA submits a process, an email will promt to UserB that UserA did a transaction. how will i get the email of UserB? hash variables?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Jedi

      Maybe you can try #currentUser.hod.username# .

      Store the current user's HOD into a hidden field on the application form and in email tool, use this field for the "To:" value example #form.tablename.hodvalue#.

        CommentAdd your comment...