Data Model > Data Dictionary > C > Counter Rollup
Counter Rollup
This object is used to hold counter usage calculated for the Service Contract for a specified duration and counter definition.
API Label: SVMXC__Counter_Rollup__c
No. of Fields: 8
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Counter Definition
SVMXC__Counter_Definition__c
Lookup(Counter Detail)
This field references to the Counter definition for which the rollup is created.
Service/Maintenance Contract
SVMXC__Service_Contract__c
Lookup(Service/Maintenance Contract)
This field references to the Service contract for which the roll up is calculated.
Standard Fields
Record Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Counter Name
SVMXC__Counter_Name__c
Formula (Text)
This field holds the Name of the Counter definition.
Counter Type
SVMXC__Counter_Type__c
Formula (Text)
Specifies the type of counter(Decreasing or Increasing).
Line Total
SVMXC__Total_Usage_Count__c
Number(14, 4)
The sum of counter-readings for given period across covered IBs for given service-contract is recorded here.
Period From
SVMXC__Period_From__c
Date/Time
This field holds the time since when the Counter readings are considered for roll up.
Period To
SVMXC__Period_To__c
Date/Time
This field holds the time until which the Counter readings are considered for roll up.
Was this helpful?