CMDB forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Jamf integration (service graph connector) with servicenow

We are getting data from JAMF into staging table SG-Jamf Computer table but from here to cmdb_ci_computer table the data is not updating. in the SG-Jamf Computer table recent updated is on 16/6/2023 but in cmdb_ci_computer table updated it is showing...

Selective access to CI's in the CMDB

A customer is trying to only give edit/update rights to the users that own certain ci's. Is there a way to do this ? I tried to create an ACL on the cmdb_ci table based on the ownership of the CI's but the write access doesn't seem to work.

Frank70 by ServiceNow Employee
  • 1732 Views
  • 3 replies
  • 0 helpfuls

How to associate multiple Assets to a single Configuration Item

Hi all, Can anyone advise on how one would go about relating multiple assets to a single configuration item? To me this should be quite simple as assets and configuration items should be treated as a many to many relationship but it seems ServiceNow ...

ManyToMany by Mega Contributor
  • 2943 Views
  • 5 replies
  • 5 helpfuls

CiName and Serial number

Dear Experts,  we are facing an issue with duplication, The reason the serial number is not populating with ci, even though the script on assetandci has  if (ciClass != '') {var ciSysId;var ci = new GlideRecord(ciClass);ci.initialize();ci.asset = ass...

ND7_0-1706632033372.png ND7_1-1706632033373.png
ND7 by Kilo Sage
  • 1080 Views
  • 1 replies
  • 0 helpfuls

How to inventory interfaces between applications?

How is anyone managing interfaces between applications in ServiceNow? Is there a particular table used? Some systems go through one or more interface engines. Some system go direct. Some use HL7. Some are file exports. Some go to our own systems. Som...

gwolfkill by Tera Contributor
  • 2038 Views
  • 4 replies
  • 0 helpfuls

INSERT_AS_INCOMPLETE: IRE ERROR

Hello friends, We  are getting an INSERT_AS_INCOMPLETE error on running the SNC.IdentificationEngineScriptableApi.createOrUpdateCIEnhanced APIs from the scoped application Transform Map OnBefore script, when this API is called from Background script/...