Hi All,We are trying to create an account when the first name contain the space in it, something like 'Peter Paul' and the task fails because of that.Our provisioning JSON pass the command to the target system and contains the following:-- firstname=...
Hi All,
We are trying to configure Uinix_PWDLESS connection, we can't find any documentation in the portal and various attempts to configure it failed. We are tryin to use ppk key with a passphrase. We are able to login to host using Putty. Yet the c...
We can see user history information in UI but is it possible to retrieve user history information via SQL query? If this option is not available would it be possible for Saviynt tech teams/admin to retrieve this information for us? Failing both of th...
Hi All,We would like to add logic to the CREATEACCOUNT JSON which set different display name depending on users CP1.We have tried this:"displayName": "${user?.customproperty1.startsWith('RX)? user?.lastname + ', ' + user?.firstname + ' (RX)' : user?....
Thank you Nimitdave,It works with hardcoded 'Peter Paul'. This is not an issue with the SSM/EIC. It's target system which doesn't like it. The target system (Redhat IPA) can accept input as 'Peter Paul' or "Peter Paul" but fails when the string is no...
Thank you @timchengappa .We tried different types of connection and don't see section called 'PassThroughConnectionDetails'. We are on version 5.5 SP3.12.Also, when saving connection we don't see any traffic to from Dev environment to Unix client wh...