Custom Object: Survey Log
What does this Custom Object do?
This custom object reports issues such as distribution fail. The object provides error information and debugging information.
API Name
TitanSurvey__Survey_Log__c
Page Layout
Survey Log Layout
Custom Fields
Label | API Name | Data Type | Functionality |
---|---|---|---|
Apex Class | TitanSurvey__Apex_Class__c | Text(255) | Failure destination |
Extended Message | TitanSurvey__Extended_Message__c | Long Text Area(32768) | Extended error message |
JSON Data | TitanSurvey__JSON_Data__c | Long Text Area(131072) | JSON Data of failure |
Level | TitanSurvey__Level__c | Picklist | Level of Failure |
Method | TitanSurvey__Method__c | Text(255) | Method of failure |
Record Id | TitanSurvey__Record_Id__c | Text(36) | Record of failure |
Short Message | TitanSurvey__Short_Message__c | Text Area(255) | Short error message |
Stack Trace | TitanSurvey__Stack_Trace__c | Long Text Area(4000) | Stack trace of the error |