Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/20/2024 07:10 AM
iam trying to create user in salesforce for self , once approved the task is created but there is no action captured in task still task status shows as new.
Similarly when tying to create user for others am getting below error. There are not logs captured about the error
create account json
{
"Alias":"${user?.email.substring(0,user.email.lastIndexOf("@"))}",
"Email":"${user?.getEmail()}",
"Username":"${accountName}",
"CommunityNickname":"${accountName}}",
"FirstName":"${user?.getFirstname()}",
"LastName":"${user?.getLastname()}",
"TimeZoneSidKey":"America/Los_Angeles",
"LocaleSidKey":"en_US",
"EmailEncodingKey":"ISO-8859-1",
"ProfileId":"${profileId}",
"LanguageLocaleKey":"en_US",
"IsActive":true,
"FederationIdentifier":"${accountName}"
}
05/20/2024 07:18 PM
You have issue in your workflow. Please validate workflow
Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .
‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️