Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

how can we print displayname of the user whose username is coming in users CP11 after import

sampath18
Regular Contributor II
Regular Contributor II

hi,

we have a requirement where we need to display the displayname of user who is coming in CP11 of user after import user from connection job in email template generated from user update rule.

For example there is a user-Abhay(10678) coming from target with CP11 as 11556. 11556 is another user present in saviynt and we need to display the displayname of user:-11556

i tried below bindings but failed:-

1.${user?.customproperty11?.displayname}
2.${user?.customproperty11?.collect{it.displayname}}

 

 

5 REPLIES 5

adarshk
Saviynt Employee
Saviynt Employee

Hi @sampath18 

Can you please describe the usecase stating how the user identity is created, from where you are updating CP11? where do you want to use the binding variable? please explain the flow and expectation. 

The ones that is mentioned here are incorrect. 

sampath18
Regular Contributor II
Regular Contributor II

Hi @adarshk we are creating the users from hr application into saviynt using "user import via connection" job and in ImportUserJSON we are bringing "user sponsor" details in CP11. CP11 contains the username of user sponsor which is already created in saviynt.

sampath18_0-1711099032570.png

we have a usecase when user is created in Saviynt then user will get onboarding email with his sponsor name in the body of email.We are going to trigger onboarding email via user update rule,

Please use Preprocessor to save display name in users custom property


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

sampath18
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak dont we have any direct binding to display displayname in email template.We are short of user customproperties and we also need email id of CP11 users in "to" of the mail.

No


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.