Interview Question - When a CI become an Asset?

NehaSNOW
Tera Guru

Hi Members,

 

One interviewer has asked me that 10 CIs got discovered then what is the process to make 4 CIs out of 10 an Asset? That is, 4 CIs out of 10 discovered CIs should become Assets.

 

Please advice.

 

Thanks,

Neha

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @NehaSNOW 

A CI becomes, or more accurately, generates a record in the Asset table when:

  • The CI belongs to a class defined in the Hardware Class table.
  • The CI contains essential fields, such as Manufacturer, Model, and other mandatory details.

This video will provide a clearer picture of the process.

https://youtu.be/GGI19-XLXE4

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************
csa #ServiceNow #TechnoFuncational Disclaimer: These videos are from my training batch. These videos did not promote any ServiceNow Sales pitch or marketing. These videos are only for knowledge purposes & basic on my experience & Knowledge. Redistribution or copying of functionality is not ...

Thanks @Dr Atul G- LNG 

But what about the non-Hardware CIs? What is the process of making them Asset?

Hi @NehaSNOW 

 

OOTB SN covers only hardware classes and that not all, few are there, for SW or non hardware better use the SAM module. or need to build full logic which is not a recommend way.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ashok Sasidhara
Tera Sage
Tera Sage

There is a business rule 'named 'Create Asset on Insert' which controls the overall asset creation behavior. In the following thread, I have explained about how to control asset creation at the model and model category levels.

https://www.servicenow.com/community/ham-forum/re-create-assets-from-existing-cis/m-p/2715074

 

Ideally the business rule should be left untouched and the controlling should be done at either the model category or model level. So it is important to first understand the model categories which the organization wants to manage as assets. Then under those model categories, find out the relevant models which needs to be managed as assets (As there may be models which are not authorized for use in the organization which can be excluded from asset management)