Data Model > Data Dictionary > Functional Objects > I > Investigation Context
Investigation Context
This object is used to record and store the context for each Investigation. Context can be Work Order, Case, Service Request, Service Product
API Label: SVMXC__SM_InvestigationContext__c
No. of Fields: 7
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Case
SVMXC__SM_CaseId__c
Lookup (Case)
Case for which the investigation is created. It is a lookup to Case object
Investigation
SVMXC__SM_InvestigationId__c
Master-Detail(Investigation)
Master Lookup to Investigation Context Record
Service Product
SVMXC__SM_ServiceProductId__c
Lookup(Service Product)
Service Product for which the investigation is created. It is a lookup to Service Product object
Service Request
SVMXC__SM_ServiceRequestId__c
Lookup(Service Request)
Service Request for which the investigation is created. It is a lookup to Service Request object
Work Order
SVMXC__SM_WorkOrderId__c
Lookup(Work Order)
Work order for which the investigation is created. It is a lookup to Work Order object
Standard Field
Record Number
Name
Auto Number
Custom Field
Context Type
SVMXC__SM_ContextType__c
Text(100)
Context Type for Investigation. Values can be Primary, Successor
Was this helpful?