Is it possible to use IRE kind of concept for Assets?

Suggy
Giga Sage

Our customer start their journey with Asset management. They creates Asset first based on which CIs get created.

 

If its CI, we have IRE in place.

 

But for Assets we dont have any such IRE concept right? How to control the identification and reconciliation when we deal with Assets?

1 ACCEPTED SOLUTION

Sandeep90
ServiceNow Employee
ServiceNow Employee

@Suggy  Assets underneath use IRE for uniquely identify even assets.  When asset creation is triggered, CI creation through IRE is triggered which ensure that if there is a CI already existing then asset creation fails. 

 

If you are looking for full features of IRE, you can use IRE for non-cmdb tables but you need to ensure assets are created using IRE  please refer to https://www.servicenow.com/docs/bundle/vancouver-servicenow-platform/page/product/configuration-mana... 

View solution in original post

7 REPLIES 7

I guess you can call it number too.

Making it a unique value might be a good idea, if you are sure that numbers are not reused in time.

Sandeep90
ServiceNow Employee
ServiceNow Employee

@Suggy  Assets underneath use IRE for uniquely identify even assets.  When asset creation is triggered, CI creation through IRE is triggered which ensure that if there is a CI already existing then asset creation fails. 

 

If you are looking for full features of IRE, you can use IRE for non-cmdb tables but you need to ensure assets are created using IRE  please refer to https://www.servicenow.com/docs/bundle/vancouver-servicenow-platform/page/product/configuration-mana... 

@Sandeep90 Yes I saw the scripts, its passing the payload and calling IRE while creating CI. I guess this is an update in recent releases as I remember it was not there an on older release.

Thanks for your inputs @-O-  and @Sandeep90  🙂