服務要求 (入口網站)

System.WorkItem.ServiceRequestPortalProjection (TypeProjection)

定義自助和分析師入口網站中一般使用之服務要求的內容

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>