System.Compliance.IncidentProjection (TypeProjection)

Element properties:

TypeSystem.WorkItem.Incident
AccessibilityPublic

Source Code:

<TypeProjection ID="System.Compliance.IncidentProjection" Accessibility="Public" Type="Incident!System.WorkItem.Incident">
<Component Alias="AffectedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAffectedUser']$"/>
<Component Alias="AssignedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$"/>
<Component Alias="PrimaryOwner" Path="$Target/Path[Relationship='Incident!System.WorkItem.IncidentPrimaryOwner']$"/>
<!-- needed for setting properties in problems created from incidents -->
<Component Alias="RelatedServiceRequests" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' TypeConstraint='System!System.Service']$"/>
<Component Alias="AffectedConfigItems" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem']$"/>
</TypeProjection>