Hi Team,Before the v23.3 we are referring the Analytic save to file path in the custom Jar to download and upload it to one of the SFTP location.File path we used before v23.3 is: /saviynt_shared/reports/Archive/Analytics/If it is supported in V23.3 ...
Hi Team.We need to include all the entitlement owners in the workflow email template.FYI, I have tried to the below expression but it is returning empty.Approvers names - ${allApprovers.collect{it.username}}
HI Team,I am referring the dynamic attribute in the Grant access JSON and it is working as expected.But when I am referring the same in update account JSON it is getting failed.Expression I am using.Dynamic attribute name: RoleGrant access Json:{"Cli...
Hello Team,Here is the requirement to generate random password for the new account.FYI, we can generate random password, but how to make it start with alphabet?Note: Random password should only start with alphabet.Thanks & Regards,Avinash Repalle
It was the same path which is /saviynt_shared/reports/Archive/Analytics/, but from the Saviynt UI it wont visible the complete path. So I am checking weather any change in path in v23.3?
${Role}: is returning value.But my ${Role} will return something like access_125 then I need 125 in the update account JSON.Issue: if I am using string functions along with ${Role} it is not working as expected
but ${assignee.username} this will only return sinlgle owner username.For instance if a entitlement has 3 owners then I need all the 3 usernames in same email.