Resolución de incidentes y registro facturable

System.WorkItem.Incident.ResolutionAndBillableLog.ProjectionType (TypeProjection)

Define las propiedades de la resolución de incidentes y de los registros facturables

Element properties:

TypeSystem.WorkItem.Incident
AccessibilityPublic

Source Code:

<TypeProjection ID="System.WorkItem.Incident.ResolutionAndBillableLog.ProjectionType" Accessibility="Public" Type="CoreIncident!System.WorkItem.Incident">
<Component Alias="ResolvedByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.TroubleTicketResolvedByUser']$"/>
<Component Alias="BillableLogs" Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasBillableTime']$">
<Component Alias="WorkedUponByUser" Path="$Target/Path[Relationship='WorkItem!System.WorkItem.BillableTimeHasWorkingUser']$"/>
</Component>
</TypeProjection>