We need to set a managed account attribute. We need to do it for 2K accounts. Is there a way to import it in bulk?
We need to set a managed account attribute. We need to do it for 2K accounts. Is there a way to import it in bulk?
As far as I know, there is no out of the box functionality to bulk update managed attributes of account object.
The following approach is not ideal, as it requires modifying internal tables.
Consider updating the relevant column in T_AV_ACCOUNTS using a SQL statement.
I suggest to test that approach and perform DB backup before executing the SQL in PROD environment.
As far as I know, there is no out of the box functionality to bulk update managed attributes of account object.
The following approach is not ideal, as it requires modifying internal tables.
Consider updating the relevant column in T_AV_ACCOUNTS using a SQL statement.
I suggest to test that approach and perform DB backup before executing the SQL in PROD environment.