Configuration Item (advanced)

System.ConfigItem.Projection (TypeProjection)

Defines the properties used in configuration item forms

Element properties:

TypeSystem.ConfigItem
AccessibilityPublic

Source Code:

<TypeProjection ID="System.ConfigItem.Projection" Accessibility="Public" Type="System!System.ConfigItem">
<Component Alias="ImpactedWorkItem" Path="$Context/Path[Relationship='WorkItem!System.WorkItemRelatesToConfigItem' SeedRole='Target']$"/>
<Component Alias="RelatedWorkItem" Path="$Context/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' SeedRole='Target']$"/>
<Component Alias="FileAttachment" Path="$Context/Path[Relationship='SupportingItem!System.ConfigItemHasFileAttachment']$"/>
<Component Alias="RelatedConfigItem" Path="$Context/Path[Relationship='System!System.ConfigItemRelatesToConfigItem']$"/>
<Component Alias="RelatedConfigItemSource" Path="$Context/Path[Relationship='System!System.ConfigItemRelatesToConfigItem' SeedRole='Target']$"/>
<Component Alias="RelatedKnowledgeArticles" Path="$Context/Path[Relationship='CoreKnowledge!System.EntityLinksToKnowledgeDocument']$"/>
</TypeProjection>