Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/30/2024 09:06 AM
Hi all,
We have 2 applications SAP and AD here For SAP the subject in the email template should be "FireFighter access has been granted" for SAP and for AD the subject should be "Emergency access has been granted"
In the existing template we have the subject line for both SAP and AD as FireFighter access has been granted" if(task?.tasktype == 34) print "FireFighter access has been granted for ${user.firstname} ${user.lastname}" to get both SAP and AD what I need to mention?
Thanks,
Bhavya
10/01/2024 08:27 AM
Hi @Bhavya22,
can you please let us know where you are using this email template, is it after task completed, that you can configure as per the endpoint task complete template.
Thanks
Darshan
Thanks
Darshan
10/02/2024 02:35 AM
Yes, This email will trigger after the task completion.
I'm trying in this way
if(task?.tasktype == 34 and task?.endpoint in['TEST-SAP-ECC','TEST-SAP-CRM']) print "FireFighter access has been granted for ${user.firstname} ${user.lastname}"else if (task?.endpoint in['DEV-AD-SUL-PAM','DEV-AD-REBEL-PAM'])....
10/02/2024 10:12 PM
I'm getting the following error
10/02/2024 11:31 PM
Recreate email template