Jump to content

AssetToOrganization dependency


samwoo

Recommended Posts

Hello,

I have the following dependencies set up in Configuration Manager:

{ "defs":
	{ 
		"set1":
		[ 
			"Connected To", 
			"Depends On", 
			"Installed On" 
		], 
		
		"set2":
		[ 
			"Connected To", 
			"Depends On", 
			"Installed On", 
			"Contained In", 
			"Stored On", 
			"Attached To", 
			"Associated With", 
			"Uses", 
			"Will be replaced by", 
			"Supports" 
		], 
		
		"set3":
		[ 
			"Supported By", 
			"Relied on By",
			"Used By" 
		], 
		
		"set4":
		[ 
			"Supports", 
			"Relies on",
			"Uses" 
		], 
		
		"AssetToRequest":
		[ 
			"Being replaced", 
			"Connected To", 
			"Depends On", 
			"Installed On" 
		], 
		
		"RequestToAsset":
		[ 
			"Replacement", 
			"Connected To", 
			"Depends On", 
			"Installed On", 
			"Contained In", 
			"Stored On", 
			"Attached To", 
			"Associated With", 
			"Uses", 
			"Will be replaced by", 
			"Supports" 
		], 
		
		"AssetToServices":
		[ 
			"Supports", 
			"Relies on", 
			"Relates to" 
		], 
		
		"ServicesToAsset":
		[ 
			"Supported by", 
			"Relied on", 
			"Related to" 
		], 
		
		"OrganizationToAsset":
		[ 
			"Primary Supplier",
			"Secondary Supplier"
		], 
		
		"default":
		[ 
			"Connected To", 
			"Depends On", 
			"Installed On", 
			"Supported By", 
			"Supports", 
			"Impacts", 
			"Impacted By" 
		] 
	}, 
	"FromAssetToRequests":"AssetToRequest", 
	"FromRequestsToAsset":"RequestToAsset", 
	"FromAssetToServices":"AssetToServices", 
	"FromServicesToAsset":"ServicesToAsset", 
	"FromAssetToColleagues":"set3", 
	"FromColleaguesToAsset":"set4", 
	"AssetFromParentToChild":"set2", 
	"AssetFromChildToParent":"set2",
	"FromOrganizationToAsset":"OrganizationToAsset"
}

 

However I am struggling with the FromOrganizationToAsset dependencies.  I have linked a Customer Organization (not contact) which will be the Supplier of the Shared Asset , but regardless of what I set in the configuration, i do not get the dependencies list to appear for the link between the Organization and the Asset.

Is the functionality to set dependencies between the Organization and Asset available?

Thanks,

Samuel

 

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...