Data Model > Data Dictionary > S > SPM Account Summary
SPM Account Summary
Holds the summary Information of Metrics at Account Level.
API Label: SVMXC__SPM_Account_Summary__c
No. of Fields: 11
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Account
SVMXC__Account__c
Lookup(Account)
Lookup to Account for which summary is computed.
Standard Fields
Record Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Calculation Method
SVMXC__Calculation_Method__c
Text(255)
Holds the calculation method.
Configuration Name
SVMXC__Configuration_Name__c
Text(255)
Holds the configuration name.
End Date
SVMXC__End_Date__c
Date
Holds the end date of the month during which the Metric value was computed.
Metric Value
SVMXC__Metric_Value__c
Number(10, 2)
Holds the Summary Value. It can hold values in percentage (FTF %) and number (MTTR minutes).
Metrics Description
SVMXC__Metrics_Description__c
Long Text Area(32000)
Holds the description added for the Metric. Used for filtering and Identifying the rows for which it was computed.
Start Date
SVMXC__Start_Date__c
Date
Holds the begin date of the month during which the Metric value was computed.
Sum of Value/Valid Count
SVMXC__Value__c
Number(10, 0)
Holds the valid records count(Ex: FTF Flow) or Summation value (Ex: MTTR Flow).
Total Record Count
SVMXC__Total_Record_Count__c
Number(10, 0)
Holds the total count of records used for metric calculation.
Unit
SVMXC__Unit__c
Text(255)
Holds the unit of the Information. For ex- Minutes, Percent etc... based on the Report.
Was this helpful?