Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Import set row state ignored

abhijee
Tera Contributor

Hello experts,

I am trying to import data in cmdb_ci_computer when I transform the data import row, the state shows me an ignored state but when I manually check the record in cmdb_ci_computer it creates entries for ci. if the state is ignored then why my instance is creating entries in cmdb_ci_computer? Please guide me thank you.

3 REPLIES 3

Hello @Danish Bhairag2 ,

I am using on before script given in the ServiceNow docs for IRE call Via import Set

https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/configuration-manageme...

Narsing1
Mega Sage

Hi,

if your Transform scripts contains "ignore=true" statement, then it will show as ignore even though it is inserted.

It is always better to use CMDBTransformUtil OOTB functions to go through IRE Engine and update/insert records.

Please check the below link.

CMDBTransformUtil Usage in Transform Maps 

 

Thanks,

Narsing