Data Manager can remove software installed?

arwinblones
Tera Contributor

Hi Snow Team,

I would like to know if theres a possible way upon running the CMDB Data Manager in which i make the CIs from Operational to Retired then those CIs that has been set to Retired Operational Status if its possible to make the software installations and software installed into that CIs to be removed or to be uninstalled after setting it to Retired?

Since i only notice that the install_status field are only switching to retired but both software installations and software installed are still there

1 REPLY 1

rohansargar
Mega Guru

Hi @arwinblones ,

 

You can create a Business Rule for this,

 

Step 1: Create an "After Update" Business Rule
Table: cmdb_ci
When: After
Insert: False
Update: True
Delete: False
Advanced: True

Condition:

current.operational_status.changesTo(<Retired Status Value>)

 

 

if my response helped please mark it as helpful or accept as solution.