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

Salesforce Modify Account JSON Error

vm
Regular Contributor II
Regular Contributor II

Hello All,

We have a Salesforce instance where we have to modify the user account in target when the manager or department changes, with the respective new details. 

The update is completing as expected for few user accounts and for some it has failed. 

Below is the details from the logs. 

Any suggestions on wht is wrong?

ModifyAccJSON:

{ "Employee_Start_Date__c": "${user.startdate.format('yyyy-MM-dd')}",
"Department": "${user.departmentname}",
"ManagerId": "${managerAccount == null || managerAccount?.accountID == null || managerAccount?.accountID == '' ? '***' : managerAccount?.accountID}",
"Admin_notes__c": "${accountsObj?.customproperty57.toString()} Saviynt task - ${arsTasks.id}" }

Logs details:

vm_0-1729870783896.png

 

Regards,

Vidhi.

2 REPLIES 2

NM
Honored Contributor III
Honored Contributor III

@vm share logs for failed user account


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

rushikeshvartak
All-Star
All-Star

Please share the logs & confiiguration in text file for easier debugging. Additionally, provide the task ID, error details, or specific line numbers where the issues occur to help us review the relevant sections efficiently.



⚠️ Important: Do not upload attachments containing sensitive information, such as IP addresses, URLs, company/employee names, or email addresses. For more information, refer to the Saviynt PII Policy.


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