Dettagli evento imprevisto

ServiceManager.Report.IncidentManagement.IncidentDetail (Report)


In questo report vengono fornite informazioni dettagliate su un evento imprevisto specifico inclusi titolo, descrizione, classificazione, servizi interessati, elementi di configurazione interessati, attività correlate e altro ancora.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.ReportNameDettagli evento imprevisto
R.ReportDescriptionLabelPer visualizzare la descrizione completa di questo report e i criteri di filtro applicabili, espandere la sezione.
R.ReportDescriptionIn questo report vengono fornite informazioni dettagliate su un evento imprevisto specifico inclusi titolo, descrizione, classificazione, servizi interessati, elementi di configurazione interessati, attività correlate e altro ancora.
R.ReportGeneratedLabelReport generato
R.IncidentIdID evento imprevisto
R.StatusStato
R.AffectedUserUtente interessato
R.ContactInfoInformazioni contatto
R.CreatedCreato il
R.CreatedByCreato da
R.ResolvedByRisolto da
R.IncidentInformationInformazioni evento imprevisto
R.TitleTitolo:
R.DescriptionDescrizione:
R.ClassificationCategoria classificazione:
R.SourceOrigine:
R.ImpactImpatto:
R.UrgencyUrgenza:
R.PriorityPriorità:
R.SupportGroupGruppo di supporto:
R.AssignedToAssegnato a
R.PrimaryOwnerProprietario primario:
R.EscalatedInoltrato
R.AffectedServicesServizi interessati
R.AffectedCIsElementi di configurazione interessati
R.RelatedWIsElementi di lavoro correlati
R.RelatedCIsElementi di configurazione correlati
R.ResolutionRisoluzione
R.ActivitiesAttività
R.ResDescriptionDescrizione risoluzione:
R.ResCategoryCategoria di risoluzione:
T.TitleTitolo
T.LastUpdatedUltimo aggiornamento
T.StageFase
T.StatusStato
T.NameNome
T.IDID
T.AssignedToAssegnato a
T.TypeTipo
T.NoDataNessuna data

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>