Szczegóły zdarzenia

ServiceManager.Report.IncidentManagement.IncidentDetail (Report)


Ten raport zawiera szczegółowe informacje dotyczące konkretnego zdarzenia, takie jak tytuł, opis, klasyfikacja, usługi, których dotyczy, narażone elementy konfiguracji, pokrewne działania itd.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.ReportNameSzczegóły zdarzenia
R.ReportDescriptionLabelRozwiń tę sekcję, aby wyświetlić pełen opis tego raportu i odpowiednie kryteria filtrowania
R.ReportDescriptionTen raport zawiera szczegółowe informacje dotyczące konkretnego zdarzenia, takie jak tytuł, opis, klasyfikacja, usługi, których dotyczy, narażone elementy konfiguracji, pokrewne działania itd.
R.ReportGeneratedLabelRaport wygenerowany
R.IncidentIdIdentyfikator zdarzenia
R.StatusStan
R.AffectedUserNarażony użytkownik
R.ContactInfoInformacje kontaktowe
R.CreatedUtworzony
R.CreatedByUtworzony przez
R.ResolvedByRozwiązany przez
R.IncidentInformationInformacje dotyczące zdarzenia
R.TitleTytuł:
R.DescriptionOpis:
R.ClassificationKategoria klasyfikacji:
R.SourceŹródło:
R.ImpactWpływ:
R.UrgencyPilność:
R.PriorityPriorytet:
R.SupportGroupGrupa pomocy technicznej:
R.AssignedToPrzypisane do
R.PrimaryOwnerPodstawowy właściciel:
R.EscalatedEskalowany
R.AffectedServicesUwzględnione usługi
R.AffectedCIsNarażone elementy konfiguracji
R.RelatedWIsPowiązane elementy pracy
R.RelatedCIsPokrewne elementy konfiguracji
R.ResolutionRozwiązanie
R.ActivitiesDziałania
R.ResDescriptionOpis rozwiązania:
R.ResCategoryKategoria rozwiązania:
T.TitleTytuł
T.LastUpdatedOstatnia aktualizacja
T.StageEtap
T.StatusStan
T.NameNazwa
T.IDIdentyfikator
T.AssignedToPrzypisane do
T.TypeTyp
T.NoDataBrak danych

Source Code:

<Report ID="ServiceManager.Report.IncidentManagement.IncidentDetail" Accessibility="Public" Target="Incident!System.WorkItem.Incident" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>IncidentDW!IncidentDim</Dimension>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetCIsRelatedToWI.Script</DataWarehouseScript>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetWIsRelatedToWI.Script</DataWarehouseScript>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetCIsImpactedByWI.Script</DataWarehouseScript>
<DataWarehouseScript>SMReportCommon!ServiceManager.Report.Common.SP.GetServicesImpactedByWI.Script</DataWarehouseScript>
<DataWarehouseScript>ServiceManager.Report.IncidentManagement.SP.GetIncidentDetails.Script</DataWarehouseScript>
<ReportResource>SMReportCommon!Report_Header_Potrait.png</ReportResource>
<ReportResource>SMReportCommon!horizontal_line_gradient.png</ReportResource>
<ReportResource>SMReportCommon!Unchecked.png</ReportResource>
<ReportResource>SMReportCommon!Checked.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="IncidentDimKey">
<Prompt>ServiceManager.IncidentManagement.Report.Library!ReportParameter.SelectIncident</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>true</Value>
</Property>
<Property name="DimensionTypeName">
<Value>IncidentDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>ServiceManager.IncidentManagement.Library.Datawarehouse</Value>
</Property>
<Property name="MaxDimensionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.BoooleanValueParameterEditor">
<ReportParameters>
<ReportParameter name="IncludeDeleted">
<Prompt>ServiceManager.IncidentManagement.Report.Library!ReportParameter.IncludeDeleted</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.IncidentManagement.IncidentDetail.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="R.ReportName"/>
<ReportString ID="R.ReportDescriptionLabel"/>
<ReportString ID="R.ReportDescription"/>
<ReportString ID="R.ReportGeneratedLabel"/>
<ReportString ID="R.IncidentId"/>
<ReportString ID="R.Status"/>
<ReportString ID="R.AffectedUser"/>
<ReportString ID="R.ContactInfo"/>
<ReportString ID="R.Created"/>
<ReportString ID="R.CreatedBy"/>
<ReportString ID="R.ResolvedBy"/>
<ReportString ID="R.IncidentInformation"/>
<ReportString ID="R.Title"/>
<ReportString ID="R.Description"/>
<ReportString ID="R.Classification"/>
<ReportString ID="R.Source"/>
<ReportString ID="R.Impact"/>
<ReportString ID="R.Urgency"/>
<ReportString ID="R.Priority"/>
<ReportString ID="R.SupportGroup"/>
<ReportString ID="R.AssignedTo"/>
<ReportString ID="R.PrimaryOwner"/>
<ReportString ID="R.Escalated"/>
<ReportString ID="R.AffectedServices"/>
<ReportString ID="R.AffectedCIs"/>
<ReportString ID="R.RelatedWIs"/>
<ReportString ID="R.RelatedCIs"/>
<ReportString ID="R.Resolution"/>
<ReportString ID="R.Activities"/>
<ReportString ID="R.ResDescription"/>
<ReportString ID="R.ResCategory"/>
<ReportString ID="T.Title"/>
<ReportString ID="T.LastUpdated"/>
<ReportString ID="T.Stage"/>
<ReportString ID="T.Status"/>
<ReportString ID="T.Name"/>
<ReportString ID="T.ID"/>
<ReportString ID="T.AssignedTo"/>
<ReportString ID="T.Type"/>
<ReportString ID="T.NoData"/>
</ReportStrings>
</Report>