Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

use of ${user?.employeetype} in email

AJ23494
New Contributor II
New Contributor II

Hi Team , 

I have a requirement where i need to print ${user?.employeetype} in the email templates being sent to the user , also use the same in if else conditions . 

Is there a way to achieve this ?

AJ23494_0-1661937954887.png

Thanks 
Ankit Jindal 

10 REPLIES 10

rushikeshvartak
All-Star
All-Star

Can you confirm email template? Which email template you are looking for.? Such as new user creation, ars request


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AJ23494
New Contributor II
New Contributor II

It needs to be triggered on new AD account creation 

Thanks 
Ankit Jindal 

Task completion email ?

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AJ23494
New Contributor II
New Contributor II

yes , when the create account of ad endpoint is set to task completed , this mail is triggered .

@AJ23494,

The correct use of the variable is ${user?.employeeType}. Give it a try.

 

 

Regards,
Avinash Chhetri

AJ23494
New Contributor II
New Contributor II

${user?.employeeType} already tried no luck 

Hi i have tried in 5.5 SP 3.X

its working

${user?.employeeType}rushikeshvartak_0-1662393017409.png

rushikeshvartak_1-1662393049919.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

AJ23494
New Contributor II
New Contributor II

Please refer the screenshot attached from saviynt team 

@AJ23494,

Do you have any logs to share when you use the correct variable ${user?.employeeType}.

Have you tried using a simple email template with just the variable to ensure that it is not something else or logic (if any) that fails.

I just tried in v2020 and I was able to get an email configured at endpoint level upon task completion.

avinashchhetri_0-1661957243307.png

 

Regards,
Avinash Chhetri

AJ23494
New Contributor II
New Contributor II

It works with ${user?.employeeType}. thanks for your help and support @rushikeshvartak  and @avinashchhetri