Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Generate a new password and notify user through Salesforce OOTB connector

rohan32
New Contributor
New Contributor
Hello,
 
I have requirement of whenever a user is created in Salesforce via Salesforce OOTB connector, we need to generate a new password and notify the user.
 
What I have understood is while creating a user manually in Salesforce there will be a flag named "Generate new password and notify user immediately" as show in the below screenshot. (if this is checked then the email is triggered to the user by Salesforce)
 
 
rohan32_1-1668146061329.png
Is there any specific attribute we can use to tick this in create account JSON for Salesforce OOTB connector or any specific configuration that can be used to check this flag shown in the above screenshot?

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

try below variables from url if those works

https://developer.salesforce.com/forums/?id=906F00000008wuZIAQ


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

rohan32
New Contributor
New Contributor

it is asking to write a code but we are using OOTB Salesforce connector in Saviynt, so need a particular variable

Try below variable 

triggerUserEmail = true;


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

rohan32
New Contributor
New Contributor

not working . tried below -

"triggerUserEmail": true,
"triggerOtherEmail": true,