Stores log messages (errors and exceptions) from Workplace Command Center and Wellness Check. Each log message contains information about the error, such as the originating Apex class, affected objects, logging level, user who executed the operation, and more. This object is available in orgs that have Work.com installed.
Logging level for the operation that caused the error.Possible values are:
DEBUG
ERROR
INFO
WARN
wkcc__Message__c
textarea
Create, Nillable, Update
The error or exception. For example:Update failed. First exception on row 0 with id 1315w0000TwPnAAk: first error: FIELD_CUSTOM_VALIDATION_EXCEPTION. Location error message 1 for updating the parent location: [].
wkcc__ObjectIdList__c
textarea
Create, Nillable, Update
Comma-separated list of IDs for the standard and custom objects affected by the operation that caused the error. For example: 1315w0000TwPnAAk, 1315w0000TwQQAA0, 1315w0000TwQRAA0, 1315w0000TwREAAO.
wkcc__ObjectName__c
string
Create, Filter, Group, Nillable, Sort, Update
If the error was a result of a failed DML operation (insert, update, delete), then this field contains the object of the DML operation. For example: Location.
wkcc__Package__c
string
Create, Filter, Group, Nillable, Sort, Update
Reserved for future use.
wkcc__ResponseJson__c
textarea
Create, Nillable, Update
Reserved for future use.
wkcc__StackTrace__c
textarea
Create, Nillable, Update
Reserved for future use.
wkcc__User__c
reference
Create, Filter, Group, Nillable, Sort, Update
User who initiated the operation that caused the error.