Service Request (portal)

System.WorkItem.ServiceRequestPortalProjection (TypeProjection)

Defines the properties of service requests typically used in self-service and analyst portals

Element properties:

TypeSystem.WorkItem.ServiceRequest
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.ServiceRequestPortalProjection" Accessibility="Public" Type="CoreService!System.WorkItem.ServiceRequest">
<Component Alias="FileAttachments" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasFileAttachment']$">
<Component Alias="FileAttachmentAddedBy" Path="$Target/Path[Relationship='SupportingItem!System.FileAttachmentAddedByUser']$"/>
</Component>
<Component Alias="AffectedUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItemAffectedUser']$"/>
<Component Alias="RelatedRequestOffering" Path="$Target/Path[Relationship='Catalog!System.WorkItemRelatesToRequestOffering']$"/>
<Component Alias="ActionLogs" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasActionLog']$"/>
<Component Alias="CommentLogs" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasCommentLog']$"/>
<Component Alias="Activity" Path="$Target/Path[Relationship='CoreActivity!System.WorkItemContainsActivity']$"/>
</TypeProjection>