01-19-2023 01:44 AM
Hi All,
We have a requirement where we need to allow the user to modify the already selected account type of the service account through modify account request.
As we can see, if we create a service account and then provision it to the target system. Saviynt doesnt allow us to modify the account type. The field greys out even though we have multiple service account types:
Any idea if its possible to modify the account type after the account creation.
Regards,
Shubham
Solved! Go to Solution.
01-19-2023 04:29 AM
Account type is not modifiable as it tied with other functionality such as deprovision task. Account name , entitlements filter.
if you just need account property to be updated then
create new dynamic attribute and show on update and store value in accounttype column - this is not best practices.
any account created as shared should not be changed as service account and vice versa - this will be audit concern
01-20-2023 06:12 AM
Thanks for the update Rushikesh.