Data Model > Data Dictionary > A > AI Event Log
AI Event Log
This object contains the configuration details for ServiceMax AI Event Logs.
API Label: SVMXIQ__AI_EventLog__c
No. of Fields: 6
Field Label
Field Name
Data Type
Description
Custom Fields
Apex CPU Time
SVMXIQ__ApexCPUTime__c
Number(18, 0)
This field stores the CPU time for executing Apex code, and any processes that are called from the code, such as package code and workflows. This excludes the time spent in database for SOQL and DML operations.
Log Category
SVMXIQ__LogCategory__c
Picklist
it is the log category (Application Level/Performance Level).
Log Context
SVMXIQ__LogContext__c
Text(255)
This field stores the information on the level of logging like Debug, Info.
Log Timestamp
SVMXIQ__LogTimestamp__c
Date/Time
It is the date and time at which request was initiated .
Message
SVMXIQ__Message__c
Long Text Area(32000)
It stores the logs of the execution. This is technical and is meant for troubleshooting by ServiceMax.
Type
SVMXIQ__Type__c
Picklist
Stores the name of the Action that initiated the request.
Was this helpful?