Can we update model category to not create asset?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 10:29 AM
Hello Experts,
I have a request to remove all mobile model category records from asset table. We want to manage mobile tablet, mobile phone, and mobile device (model category) records in CMDB only. I know to set "Asset Tracking strategy" on each model to "don't create asset" to stop creating assets but we would like to know if we can control this on model category side.
Instead of setting asset tracking strategy on all models (which can be time consuming as well as tedious to maintain going forward), is there any configuration done on model category side?
Any help is appreciated!
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 10:45 AM - edited ‎05-25-2023 10:46 AM
I bet you could do this with a *before* insert/update BR (looking at the cmdb table for the crud operation), which sets the "Asset Tracking strategy" for the model to "don't create asset" iff the model category is "tablet || phone || device"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2023 08:30 AM
Hello Marshal,
Thank you for your prompt response. Writing a BR would interfere with OOB behavior and we do not want that. In fact, I tried this approach but didn't work.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2023 03:57 PM
You can keep the 'Asset class' field as empty in Model categories and also enable 'Enforce CI verification' field. The details of all model categories fields including these 2 are available in the following URL:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2023 06:05 AM - edited ‎06-23-2023 06:06 AM
.