Jump to content

Configuration Items - Dependency's


Jim

Recommended Posts

Hi, 

 

Is it possible to add more items into the 'Dependency' drop down when linking asset relationships in the configuration items? I have had a hunt in the simple lists but unable to locate?

 

Thank you

Link to comment
Share on other sites

Hi @Jim

Thanks for your post.

I believe that this is what you might be looking for. 

image.png

 

This is a setting that can be found by searching Configuration (Shift+Ctrl+s) and typing items.dependencies

image.png

 

I'm not aware if there is anywhere in the user interface to edit this. The content of this setting is in JSON format.  I've provided the layout below to make it easier to read.  

{
"defs" : 
   {
      "set1"              : ["Connected To", "Depends On", "Installed On"],
      "set2"              : ["Connected To", "Depends On", "Installed On"],
      "set3"              : ["Caused By", "Impacted", "Effected By"],
      "default"           : ["Connected To", "Depends On", "Installed On"]
   },
"FromAssetToRequests" : "set3",
"FromRequestsToAsset" : "set3",
"FromAssetToServices" : "set2",
"AssetFromParentToChild" : "set2",
"AssetFromChildToParent"    : "set2"            
}

You should be able to just add your additional item(s) within the [ ] under the appropriate set.  

I hope that helps.

 

  • Like 1
Link to comment
Share on other sites

Jim,

            I am looking for a way to automatically associated assets with suppliers. Import assets via SCCM using Asset_Data_Import_Tool. I believe you can associated them via  Asset Relationship Import tool,  but this appears to read data from sql database. Not sure if it can be altered to except import from SCCM. You mentioned in this post app.cm.explorer.items.dependencies not sure if this is away to assign associations automatically. Thanks in advance.

Link to comment
Share on other sites

I  couldn't see any documentation on the sets.  I would suggest that the listed relationships are set in stone, but you can add your own sets and associate them with the available relationships.  At the moment, set 2 is used on 3 of the relationships.  I'm assuming that you could add sets 4 and 5 and then apply these different sets to the relationships as required.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...