Application Log
Logs can be captured in the application log object.
API Name: SVMXA360__ApplicationLog__c
Number of Fields: 7
FIELD LABEL
FIELD NAME
DATA TYPE
DESCRIPTION
Custom Relationship Fields
User
SVMXA360__UserId__c
Lookup(User)
Context user ID for the application log.
Standard Fields
​Application Log Number
Name
Auto Number
Autogenerated record number.
Custom Fields
Application Name
SVMXA360__ApplicationName__c
Picklist
Name of the application for which the log is created.
Log Type
SVMXA360__LogType__c
Picklist
Type of application log. For example, Debug, Info, Warning, or Error.
Message
SVMXA360__Message__c
​Long Text Area(2000)
Application log message
Source Record Id
SVMXA360__SourceRecordId__c
Text(20)
Salesforce record ID for which the application log is created.
Timestamp
SVMXA360__Timestamp__c
Number(18, 0)
Timestamp at which the application log is created.
Was this helpful?