Data Model > Data Dictionary > I > IB Time Card
IB Time Card
This object holds the downtime information of the Installed product.
API Label: SVMXC__SM_Installed_Product_Downtime__c
No. of Fields: 15
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Access Hours​
SVMXC__SM_AccessHours__c
Lookup(Business Hours)
Business hours for Downtime Calculation.
Installed Product
SVMXC__SM_InstalledProduct__c
Master-Detail(Installed Product)
Installed Product.
Time Tracking Configuration
SVMXC__SM_TimeTrackingConfig__c
Lookup(Time Tracking Configuration)
Lookup to Timetracking config.
Time Tracking Configuration Detail
SVMXC__SM_TimeTrackingConfigDetail__c
Lookup(Time Tracking Configuration Detail)
Lookup to Timetracking config detail.
Work Order
SVMXC__SM_WorkOrder__c
Lookup(Work Order)
Work Order related to installed product.
Standard Fields
Record Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Downtime
SVMXC__SM_Downtime__c
Number(10, 0)
Installed product was down for this duration(mins).
Downtime Type
SVMXC__SM_DowntimeType__c
Picklist
Reason for IB downtime.
End Time
SVMXC__SM_EndTime__c
Date/Time
End of IB downtime.
Event Name
SVMXC__SM_EventName__c
Text(255)
Config Detail will name will populated for single entries. If multiple entries pointing to single event then it will be labels as Multiple Entries.
Ignore Access Hours
SVMXC__SM_IgnoreAccessHours__c
Checkbox
Downtime is calculated within business hours by default. When checked, downtime is calculated for full duration.
Related Source Record Id
SVMXC__SM_RelatedSourceRecordId__c
Text(100)
Holds the record Id of the related record processed.
Start Time
SVMXC__SM_StartTime__c
Date/Time
Start of IB downtime.
Time Difference
SVMXC__SM_TimeDifference__c
Number(15, 0)
To store time difference between two date/time fields.
Unique Id
SVMXC__SM_UniqueId__c
Text(100) (External ID) (Unique Case Insensitive)
Unique identifier based on combination. Work Order Id+Installed Base Id+TimeTrackingConfig Id+TimeTrackingConfigDetail Id. If admin configured for child then Work Order Id+Installed Base Id+TimeTrackingConfig Id+TimeTrackingConfigDetail Id+RelatedRecord Id (Child) If ManageEntries is ONE_ENTRY_PER_RECORD: Unique Id will be Work Order Id+Installed Base Id+TimeTrackingConfig Id+RelatedRecord Id (Child).
Was this helpful?