- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Guys,
Is there a way to add the new LifeCycle in bulk to all CI/Asset table forms rather than opening one by one, likewise for removing the old ones(though currently doing this one through UI Policy).
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I've now found a solution to this issue - therefore reposting to help those that have to add/remove fields in bulk.
Run the below background script:
Table = Configuration Item [cmdb_ci]
View = Explore Ci
Caption = Summary
And delete the life_cycle_stage/life_cycle_stage_status element in related list.
You may have to wait some time for this to work - I would recommend cls.
Let me know if anyone has any questions and please mark as helpful is useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @ruebenashto
I'm not aware of anything that automatically adds Lifecycle fields to all CI and Asset tables. There are many different forms and form layouts, so even if it were possible to apply a form field to all classes, you would still need to go into Form Builder for each form and locate these fields appropriately. Given that one of the main benefits of lifecycles is consistent values I believe it is more important in list views and reporting so you can group and report appropriately.
Some classes already have life cycle fields (e.g. Business Application) but many core CMDB tables do not - some don't even have any of the State fields OOTB.
I hope this helps!
Mat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I've now found a solution to this issue - therefore reposting to help those that have to add/remove fields in bulk.
Run the below background script:
Table = Configuration Item [cmdb_ci]
View = Explore Ci
Caption = Summary
And delete the life_cycle_stage/life_cycle_stage_status element in related list.
You may have to wait some time for this to work - I would recommend cls.
Let me know if anyone has any questions and please mark as helpful is useful.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I've now found a solution to this issue - therefore reposting to help those that have to add/remove fields in bulk.
Run the below background script:
Table = Configuration Item [cmdb_ci]
View = Explore Ci
Caption = Summary
And delete the life_cycle_stage/life_cycle_stage_status element in related list.
You may have to wait some time for this to work - I would recommend cls.
Let me know if anyone has any questions and please mark as helpful is useful.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I've now found a solution to this issue - therefore reposting to help those that have to add/remove fields in bulk.
Run the below background script:
Table = Configuration Item [cmdb_ci]
View = Explore Ci
Caption = Summary
And delete the life_cycle_stage/life_cycle_stage_status element in related list.
You may have to wait some time for this to work - I would recommend cls.
Let me know if anyone has any questions and please mark as helpful is useful.
