Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/28/2024 03:48 AM
How to achieve below step in EIC 24.1 during decommeitioning process for an application?
Solved! Go to Solution.
07/28/2024 04:02 AM
Hi @Dalalsaleh888 ,
You can use enhanced query to make accounts suspended and change name to deleted..
07/28/2024 04:03 AM
Could you please share steps
07/28/2024 04:12 AM - edited 07/28/2024 04:12 AM
SELECT
a.accountkey as accounts__primarykey,
Concat(a.name,'-Deleted timestamp') as accounts__name, 'Suspended from Import Service' as accounts__status
FROM
accounts a
WHERE
a endpointkey=endpointkey
07/28/2024 04:18 AM
Thanks!
07/28/2024 04:27 AM
If you find the answer helpful please give kudos and accept the solution
Thanks.
07/28/2024 06:42 AM
Instead of using custom queries you can disable connection so that accounts will be marked as decommissioned as well as other objects such as entitlements