
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 05:44 AM
Hi everyone.
So, I read this docs page: https://docs.servicenow.com/bundle/utah-it-service-management/page/product/product-catalog/task/t_Cr...
One of the things I'd like to understand better is what happens when you set a product model class? As it is, we have a model category Computer. Assets are created as they should, however with a product model class of Product Model.
The Model Category has no Product model class set. I'd like to set that to Hardware.
What actually happens if I make that change?
The docs page says this, but that doesn't tell me very much.
Product model class | Class table where the models are stored. The default values are:
|
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 03:10 PM
When you set a product model class for a model category, you are essentially specifying the class table where the models for that category are stored. This will impact the overall functionality of the models that are created within that category.
For example, if you change the product model class for a model category from "Product Model" to "Hardware," the models that are created within that category will be stored in the "cmdb_ci_hardware" table instead of the "cmdb_ci" table. This will affect the form views and the functionality of the models created within that category.
In general, changing the product model class for a model category will impact the way the models are managed, tracked, and reported within the ServiceNow platform. It is important to carefully consider the implications of making this change and to thoroughly test the impact on your system before making any changes in a production environment.
Please mark my answer as a solution/helpful in case it adds value and moves you a step closer to your desired ServiceNow solution goal.
Thanks,
Punit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 03:10 PM
When you set a product model class for a model category, you are essentially specifying the class table where the models for that category are stored. This will impact the overall functionality of the models that are created within that category.
For example, if you change the product model class for a model category from "Product Model" to "Hardware," the models that are created within that category will be stored in the "cmdb_ci_hardware" table instead of the "cmdb_ci" table. This will affect the form views and the functionality of the models created within that category.
In general, changing the product model class for a model category will impact the way the models are managed, tracked, and reported within the ServiceNow platform. It is important to carefully consider the implications of making this change and to thoroughly test the impact on your system before making any changes in a production environment.
Please mark my answer as a solution/helpful in case it adds value and moves you a step closer to your desired ServiceNow solution goal.
Thanks,
Punit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2023 01:23 AM
hi,
I don't think the model will go to cmdb_ci.list. Instead, it should go to cmdb_hardware_product_model.list