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

Invitation-based-User Onboarding.

sureshchalla
New Contributor
New Contributor

Hi,

I am getting error (null pointer exception) when I try to create a user via request user tile in home page. below are the steps I followed to set up invitation based user onboarding.

1. created a workflow and added invite Action block also created a dynamic attributes in Register user form in global configs

2. Created an email template and attached it to the workflow
3. attached the workflow in global configuration --> identity life cycle --> user modification workflow

Workflow:

sureshchalla_0-1711349061106.png

Dynamic Attributes:

sureshchalla_1-1711349110360.png

Email Template:

body:

<br>Hi ${user.firstname} ${user.lastname},

<br><span><br>To add the user’s employee ID, please log into <a href="<https://xxxx.saviyntcloud.com/ECM/home/external?token=${token}" target="" rel="" title="Link:<https://xxxx.saviyntcloud.com/ECM/home/external?token=${token}">create user form</a></span>

Error Log:

sureshchalla_2-1711349171338.png

Could you please suggest me to achieve this? Or else let me know I am going wrong anywhere.

Thanks,

Suresh

 

 

6 REPLIES 6

CR
Regular Contributor III
Regular Contributor III

can you check below article will help

https://forums.saviynt.com/t5/identity-governance/create-user-request-failing/m-p/75290

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

sureshchalla
New Contributor
New Contributor

CR
Regular Contributor III
Regular Contributor III

We not implemented above function our application , can you check  @Manu269 .

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

sureshchalla
New Contributor
New Contributor

Hi @Manu269 

Please help on this issue.

Thanks,

Suresh

Manu269
All-Star
All-Star

@sureshchalla please refer below email template :

<div>
<div>
<HTML>
<head>
<style> table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 0px solid #dddddd; text-align: left; padding: 8px; } tr:nth-child(even) { background-color: #dddddd; } #customers , div { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } #customers td, #customers th { padding: 10px; } #customers th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #4CAF50; color: white; } .button { border: none; color: white; padding: 16px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; transition-duration: 0.4s; cursor: pointer; } .button1 { background-color: white; color: black; } .button1:hover { background-color: #008000; color: white; } .button2 { background-color: white; color: black; } .button2:hover { background-color: #ddd; color: white; } </style>
</head>
<BODY>
<table style="border-collapse: collapse; width: 100%; height: 557px;" border="0" bgcolor="#e1e1e1" cellpadding="10">
<tbody>
<tr>
<td style="width: 3%;height: 18px;"></td>
<td s tyle="width: 42.4733%;height: 18px;"></td>
<td style="width: 48.5208%;height: 18px;"></td>
<td style="width: 3%;height: 18px;"></td>
</tr>
<tr style="height: 467px;">
<td style="width: 2.15983%; height: 467px;"></td>
<td style="width: 90.9941%; height: 467px;" colspan="2" bgcolor="#ffffff">
<p style="text-align: right;">
<p style="width: 90.9941%; height: 36px; text-align: center;" colspan="2" bgcolor="#ffffff">
<h3 style="text-align: center;"> </h3>
</p> <br> Hi ${firstname} ${lastname},<br><br> You are receiving this email as you have been invited to register for KPMG Saviynt Partner Instance. <br><br><br>The link below will navigate you to the registration form, please fill the required details and submit the form to accept the invite and complete your registration.<br> <br> <a href="https://XXXXX.saviyntcloud.com/ECM/home/external?token=${token}" target="" rel="" title="Link: https://XXXXX.saviyntcloud.com/ECM/home/external?token=${token}"> https://XXXXX.saviyntcloud.com/ECM/home/external?token=${token}</a><br><br> <br>
<p>Best Regards,<br><b>Identity and Access Management Team</b><br> </p>
<p><br>Please do not reply to this e-mail.<br><br></p>
</tr>
<tr style="height: 18px;">
<td style="width: 96.6667%; height: 18px;" colspan="4"></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
</div>
<div><br></div>
</span> </span> </span> </span><br>
</div>

 

Workflow :

Manu269_0-1711361086782.png

WF Type : Parallel

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

sureshchalla
New Contributor
New Contributor

@Manu269 Thanks for your help, this worked for me.