Skip to content

LogEntry__c

Used by Nebula Logger to represent a single log message within a transaction - log entries can be generated via Apex, Flow, Process Builder, Lightning Web Components, and Aura Components.

Attribute Value
Object Type Custom Object
Label Log Entry
Plural Label Log Entries
Apex Trigger LogEntry
FlexiPage LogEntryRecordPage
Track History No
Fields 220 (217 active, 3 deprecated)

Fields (220 of 220)

Search

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_apexclass.htm

The API version for this class. Every class has an API version specified at creation.

Attribute Value
Label Apex Class API Version
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
v66.0 v66.0 - Spring’26 Release No
v65.0 v65.0 - Winter’26 Release No
Attribute Value
Label Apex Class Created Date
Type DateTime
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_apexclass.htm

The ID of the Apex class in the current org.

Attribute Value
Label Apex Class ID
Type Text
Length 18
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Apex Class Last Modified Date
Type DateTime
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Apex Class
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

When the log entry is created via an Apex inner class, this field is populated with the fully-qualified class name (e.g., MyClass.MyInnerClass)

Attribute Value
Label Apex Inner Class
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Apex Method
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Browser Address
Type LongTextArea
Length 2000
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Browser Form Factor
Type Picklist
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Large Large No
Medium Medium No
Small Small No
Attribute Value
Label Browser Language
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Browser Screen Resolution
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Deprecated: instead use the field BrowserAddress__c

Attribute Value
Label DEPRECATED: Browser URL
Type Url
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status DeprecateCandidate
Attribute Value
Label Browser User Agent
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Browser Window Resolution
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Component Name
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Component Function
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the component is a lightning web component (lwc) or an aura component

Attribute Value
Label Component Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Aura Aura No
LWC LWC No

The number of items contained in the collection of database results

Attribute Value
Label Database Result Collection Size
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Database Result Collection Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Single Single Record No
List List No
Attribute Value
Label Database Result JSON
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Database Result Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Approval.LockResult Approval.LockResult No
Approval.ProcessResult Approval.ProcessResult No
Approval.UnlockResult Approval.UnlockResult No
Database.DeleteResult Database.DeleteResult No
Database.EmptyRecycleBinResult Database.EmptyRecycleBinResult No
Database.LeadConvertResult Database.LeadConvertResult No
Database.MergeResult Database.MergeResult No
Database.SaveResult Database.SaveResult No
Database.UpsertResult Database.UpsertResult No
Database.UpsertResult.Insert Database.UpsertResult.Insert No
Database.UpsertResult.Update Database.UpsertResult.Update No
Database.UndeleteResult Database.UndeleteResult No

Indicates if entry was saved based on the logging user’s settings, or based on a developer override in code

Attribute Value
Label Entry Save Reason
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Logging Level Met Logging Level Met No
Save Overridden Save Overridden No
Attribute Value
Label Entry Scenario
Type Lookup
Required No
References LoggerScenario__c
Relationship Name LogEntries
Relationship Label Log Entries
Delete Constraint Restrict
Attribute Value
Label Entry Scenario
Type Text
Required No

Formula

IF(
ISBLANK(EntryScenario__c),
EntryScenarioName__c,
HYPERLINK(
'/' + EntryScenario__c,
EntryScenario__r.Name,
'_top'
)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Entry Scenario Name
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Entry Scenario
Type Text
Required No

Formula

IF(
NOT(ISBLANK(EntryScenario__c)),
EntryScenario__r.Name,
EntryScenarioName__c
)

Treat blank values as: BlankAsZero

Timestamp in milliseconds elapsed since 1 January 1970 of the log event

Attribute Value
Label Epoch Timestamp
Type Number
Precision / Scale 18 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

The UUID of the LogEntryEvente platform event that created this LogEntryc record.

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_event_uuid.htm

Attribute Value
Label Event UUID
Type Text
Length 36
Required No
Unique Yes
External ID Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Location
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Message
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Action Name
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source API Name
Type Text
Length 255
Required No
External ID Yes
Compliance Group None
Security Classification Confidential
Business Status Active

The API version for the source metadata that generated the exception

Attribute Value
Label Exception Source API Version
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
v66.0 v66.0 - Spring’26 Release No
v65.0 v65.0 - Winter’26 Release No
Attribute Value
Label Exception Source Created By ID
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Created By
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

HYPERLINK(
'/' + ExceptionSourceCreatedById__c,
ExceptionSourceCreatedByUsername__c,
'_top'
)

Treat blank values as: BlankAsZero

Attribute Value
Label Exception Source Created By
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Created Date
Type DateTime
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

The ID of the source metadata that generated the exception

Attribute Value
Label Exception Source ID
Type Text
Length 18
Required No
External ID Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Last Modified By ID
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Last Modified By
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

HYPERLINK(
'/' + ExceptionSourceLastModifiedById__c,
ExceptionSourceLastModifiedByUsername__c,
'_top'
)

Treat blank values as: BlankAsZero

Attribute Value
Label Exception Source Last Modified By
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Last Modified Date
Type DateTime
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Source Metadata Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
AnonymousBlock AnonymousBlock No
ApexClass ApexClass No
ApexTrigger ApexTrigger No
AuraDefinitionBundle AuraDefinitionBundle No
Flow Flow No
LightningComponentBundle LightningComponentBundle No

A JSON snippet of the Apex class or trigger code that threw the exception

Attribute Value
Label Exception Source Snippet
Type LongTextArea
Length 2000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Stack Trace
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Exception Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Flow.FaultError Flow.FaultError No
JavaScript.Error JavaScript.Error No
System.AsyncException System.AsyncException No
System.CalloutException System.CalloutException No
System.DmlException System.DmlException No
System.EmailException System.EmailException No
System.ExternalObjectException System.ExternalObjectException No
System.InvalidParameterValueException System.InvalidParameterValueException No
System.JSONException System.JSONException No
System.LimitException System.LimitException No
System.ListException System.ListException No
System.MathException System.MathException No
System.NoAccessException System.NoAccessException No
System.NoDataFoundException System.NoDataFoundException No
System.NoSuchElementException System.NoSuchElementException No
System.NullPointerException System.NullPointerException No
System.QueryException System.QueryException No
System.SearchException System.SearchException No
System.SecurityException System.SecurityException No
System.SerializationException System.SerializationException No
System.SObjectException System.SObjectException No
System.StringException System.StringException No
System.TypeException System.TypeException No
System.VisualforceException System.VisualforceException No
System.XmlException System.XmlException No

The ID of the active flow version.

Attribute Value
Label Flow Active Version ID
Type Text
Length 18
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Flow definition information, specified by the org’s admin.

Attribute Value
Label Flow Description
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The ID of the flow definition.

Attribute Value
Label Flow Durable ID
Type Text
Length 18
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The label of the flow definition.

Attribute Value
Label Flow Label
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The name of the user who last updated this flow definition.

Attribute Value
Label Flow Last Modified By
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

Attribute Value
Label Flow Last Modified Date
Type DateTime
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The type of the flow.

Attribute Value
Label Flow Process Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Appointments Appointments No
AutoLaunchedFlow AutoLaunchedFlow No
CheckoutFlow CheckoutFlow No
ContactRequestFlow ContactRequestFlow No
CustomerLifecycle CustomerLifecycle No
CustomEvent CustomEvent No
FieldServiceMobile FieldServiceMobile No
FieldServiceWeb FieldServiceWeb No
Flow Flow No
FSCLending FSCLending No
InvocableProcess InvocableProcess No
RoutingFlow RoutingFlow No
Survey Survey No
SurveyEnrich SurveyEnrich No
Workflow Workflow No

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

Specifies what causes the flow to run.

Attribute Value
Label Flow Record Trigger Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Create Create No
CreateAndUpdate CreateAndUpdate No
Delete Delete No
None None No
Update Update No
PlatformEvent PlatformEvent No
RecordAfterSave RecordAfterSave No
RecordBeforeSave RecordBeforeSave No
Scheduled Scheduled No

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The run order of a record-triggered flow, from 1 to 2,000.

Attribute Value
Label Flow Trigger Order
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Flow Trigger SObject Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Account Account No
Case Case No
Lead Lead No
Unknown Unknown No
User User No

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

Specifies what causes the flow to run.

Attribute Value
Label Flow Trigger Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
PlatformEvent PlatformEvent No
RecordAfterSave RecordAfterSave No
RecordBeforeSave RecordBeforeSave No
Scheduled Scheduled No

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The API version for running the flow. This value determines which versioned run-time behavior improvements are adopted by the flow version.

Attribute Value
Label Flow API Version Runtime
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
v66.0 v66.0 - Spring’26 Release No
v65.0 v65.0 - Winter’26 Release No

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The flow’s version number.

Attribute Value
Label Flow Version Number
Type Number
Precision / Scale 6 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

For more details, refer to https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_flowdefinitionview.htm

The mode that the flow runs in.

Attribute Value
Label Flow Run-In Mode
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
DefaultMode DefaultMode No
SystemModeWithSharing SystemModeWithSharing No
Attribute Value
Label Has Database Result
Type Checkbox
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

NOT(ISBLANK(TEXT(DatabaseResultType__c)))

Treat blank values as: BlankAsZero

Attribute Value
Label Has Database Result JSON
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Exception
Type Checkbox
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

NOT(ISBLANK(TEXT(ExceptionType__c)))

Treat blank values as: BlankAsZero

Attribute Value
Label Has Exception Source Snippet
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Exception Stack Trace
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has HTTP Request Body
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has HTTP Request Header Keys
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has HTTP Request Headers
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has HTTP Response Body
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has HTTP Response Header Keys
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has HTTP Response Headers
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Inline Tags
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Origin Source Snippet
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Related Record ID
Type Checkbox
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

RecordId__c != null

Treat blank values as: BlankAsZero

Attribute Value
Label Has Related Record JSON
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has REST Request Body
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has REST Request Header Keys
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has REST Request Headers
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has REST Response Body
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has REST Response Header Keys
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has REST Response Headers
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Has Stack Trace
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Request Body
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if sensitive data was removed from the HTTP Request Body, using log entry data mask rules

Attribute Value
Label HTTP Request Body Masked
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the text in HTTP Request Body was truncated due to being too long to fit into the field

Attribute Value
Label HTTP Request Body Truncated
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Request Compressed
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Deprecated: instead use the field HttpRequestEndpointAddress__c

Attribute Value
Label DEPRECATED: HTTP Request Endpoint
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status DeprecateCandidate
Attribute Value
Label HTTP Request Endpoint Address
Type LongTextArea
Length 2000
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Request Header Keys
Type LongTextArea
Length 1000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Request Headers
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Request Method
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
DELETE DELETE No
GET GET No
HEAD HEAD No
PATCH PATCH No
POST POST No
PUT PUT No
TRACE TRACE No
Attribute Value
Label HTTP Response Body
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if sensitive data was removed from the HTTP Response Body, using log entry data mask rules

Attribute Value
Label HTTP Response Body Masked
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the text in HTTP Response Body was truncated due to being too long to fit into the field

Attribute Value
Label HTTP Response Body Truncated
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Response Header Keys
Type LongTextArea
Length 1000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Response Headers
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Response Status
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label HTTP Response Status Code
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Impersonated By Username
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

Log__r.ImpersonatedByUsernameLink__c

Treat blank values as: BlankAsZero

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Aggregate Queries
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsAggregateQueriesUsed__c / LimitsAggregateQueriesMax__c * 100) >= 90,
"⛔",
IF(
(LimitsAggregateQueriesUsed__c / LimitsAggregateQueriesMax__c * 100) < 90 && (LimitsAggregateQueriesUsed__c / LimitsAggregateQueriesMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + IF(LimitsAggregateQueriesMax__c = 0, '100', TEXT(ROUND(LimitsAggregateQueriesUsed__c / LimitsAggregateQueriesMax__c * 100, 2))) + '% ('
+ TEXT(LimitsAggregateQueriesUsed__c) + ' / ' + TEXT(LimitsAggregateQueriesMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Aggregate Queries Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Aggregate Queries Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Apex Cursor Fetch Calls
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsApexCursorFetchCallsUsed__c / LimitsApexCursorFetchCallsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsApexCursorFetchCallsUsed__c / LimitsApexCursorFetchCallsMax__c * 100) < 90 && (LimitsApexCursorFetchCallsUsed__c / LimitsApexCursorFetchCallsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + IF(LimitsApexCursorFetchCallsMax__c = 0, '100', TEXT(ROUND(LimitsApexCursorFetchCallsUsed__c / LimitsApexCursorFetchCallsMax__c * 100, 2))) + '% ('
+ TEXT(LimitsApexCursorFetchCallsUsed__c) + ' / ' + TEXT(LimitsApexCursorFetchCallsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Apex Cursor Fetch Calls Max
Type Number
Precision / Scale 10 / 0
Required No
Attribute Value
Label Apex Cursor Fetch Calls Used
Type Number
Precision / Scale 10 / 0
Required No

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Apex Cursor Rows
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsApexCursorRowsUsed__c / LimitsApexCursorRowsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsApexCursorRowsUsed__c / LimitsApexCursorRowsMax__c * 100) < 90 && (LimitsApexCursorRowsUsed__c / LimitsApexCursorRowsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + IF(LimitsApexCursorRowsMax__c = 0, '100', TEXT(ROUND(LimitsApexCursorRowsUsed__c / LimitsApexCursorRowsMax__c * 100, 2))) + '% ('
+ TEXT(LimitsApexCursorRowsUsed__c) + ' / ' + TEXT(LimitsApexCursorRowsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Apex Cursor Rows Max
Type Number
Precision / Scale 10 / 0
Required No
Attribute Value
Label Apex Cursor Rows Used
Type Number
Precision / Scale 10 / 0
Required No

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Async Calls
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsAsyncCallsUsed__c / LimitsAsyncCallsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsAsyncCallsUsed__c / LimitsAsyncCallsMax__c * 100) < 90 && (LimitsAsyncCallsUsed__c / LimitsAsyncCallsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsAsyncCallsUsed__c / LimitsAsyncCallsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsAsyncCallsUsed__c) + ' / ' + TEXT(LimitsAsyncCallsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Async Calls Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Async Calls Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Callouts
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsCalloutsUsed__c / LimitsCalloutsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsCalloutsUsed__c / LimitsCalloutsMax__c * 100) < 90 && (LimitsCalloutsUsed__c / LimitsCalloutsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsCalloutsUsed__c / LimitsCalloutsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsCalloutsUsed__c) + ' / ' + TEXT(LimitsCalloutsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Callouts Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Callouts Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label CPU Time
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
AND(
LimitsCpuTimeMax__c != 0,
(LimitsCpuTimeUsed__c / LimitsCpuTimeMax__c * 100) >= 90
),
"⛔",
IF(
OR(
LimitsCpuTimeMax__c = 0,
(LimitsCpuTimeUsed__c / LimitsCpuTimeMax__c * 100) < 90 && (LimitsCpuTimeUsed__c / LimitsCpuTimeMax__c * 100) >= 80
),
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsCpuTimeUsed__c / LimitsCpuTimeMax__c * 100, 2)) + '% ('
+ TEXT(LimitsCpuTimeUsed__c) + ' / ' + TEXT(LimitsCpuTimeMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label CPU Time Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label CPU Time Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label DML Rows
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsDmlRowsUsed__c / LimitsDmlRowsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsDmlRowsUsed__c / LimitsDmlRowsMax__c * 100) < 90 && (LimitsDmlRowsUsed__c / LimitsDmlRowsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsDmlRowsUsed__c / LimitsDmlRowsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsDmlRowsUsed__c) + ' / ' + TEXT(LimitsDmlRowsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label DML Rows Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label DML Rows Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label DML Statements
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsDmlStatementsUsed__c / LimitsDmlStatementsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsDmlStatementsUsed__c / LimitsDmlStatementsMax__c * 100) < 90 && (LimitsDmlStatementsUsed__c / LimitsDmlStatementsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsDmlStatementsUsed__c / LimitsDmlStatementsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsDmlStatementsUsed__c) + ' / ' + TEXT(LimitsDmlStatementsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label DML Statements Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label DML Statements Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Email Invocations
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsEmailInvocationsUsed__c / LimitsEmailInvocationsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsEmailInvocationsUsed__c / LimitsEmailInvocationsMax__c * 100) < 90 && (LimitsEmailInvocationsUsed__c / LimitsEmailInvocationsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsEmailInvocationsUsed__c / LimitsEmailInvocationsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsEmailInvocationsUsed__c) + ' / ' + TEXT(LimitsEmailInvocationsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Email Invocations Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Email Invocations Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Future Calls
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsFutureCallsUsed__c / LimitsFutureCallsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsFutureCallsUsed__c / LimitsFutureCallsMax__c * 100) < 90 && (LimitsFutureCallsUsed__c / LimitsFutureCallsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsFutureCallsUsed__c / LimitsFutureCallsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsFutureCallsUsed__c) + ' / ' + TEXT(LimitsFutureCallsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Future Calls Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Future Calls Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Heap Size
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsHeapSizeUsed__c / LimitsHeapSizeMax__c * 100) >= 90,
"⛔",
IF(
(LimitsHeapSizeUsed__c / LimitsHeapSizeMax__c * 100) < 90 && (LimitsHeapSizeUsed__c / LimitsHeapSizeMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsHeapSizeUsed__c / LimitsHeapSizeMax__c * 100, 2)) + '% ('
+ TEXT(LimitsHeapSizeUsed__c) + ' / ' + TEXT(LimitsHeapSizeMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Heap Size Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Heap Size Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Mobile Push Apex Calls
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsMobilePushApexCallsUsed__c / LimitsMobilePushApexCallsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsMobilePushApexCallsUsed__c / LimitsMobilePushApexCallsMax__c * 100) < 90 && (LimitsMobilePushApexCallsUsed__c / LimitsMobilePushApexCallsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsMobilePushApexCallsUsed__c / LimitsMobilePushApexCallsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsMobilePushApexCallsUsed__c) + ' / ' + TEXT(LimitsMobilePushApexCallsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Mobile Push Apex Calls Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Mobile Push Apex Calls Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Publish Immediate DML Statements
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsPublishImmediateDmlStatementsUsed__c / LimitsPublishImmediateDmlStatementsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsPublishImmediateDmlStatementsUsed__c / LimitsPublishImmediateDmlStatementsMax__c * 100) < 90 && (LimitsPublishImmediateDmlStatementsUsed__c / LimitsPublishImmediateDmlStatementsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsPublishImmediateDmlStatementsUsed__c / LimitsPublishImmediateDmlStatementsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsPublishImmediateDmlStatementsUsed__c) + ' / ' + TEXT(LimitsPublishImmediateDmlStatementsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Publish Immediate Statements DML Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

LimitsPublishImmediateDmlStatementsUsed__c

Section titled “LimitsPublishImmediateDmlStatementsUsed__c”
Attribute Value
Label Publish Immediate Statements DML Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label Queueable Jobs
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsQueueableJobsUsed__c / LimitsQueueableJobsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsQueueableJobsUsed__c / LimitsQueueableJobsMax__c * 100) < 90 && (LimitsQueueableJobsUsed__c / LimitsQueueableJobsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsQueueableJobsUsed__c / LimitsQueueableJobsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsQueueableJobsUsed__c) + ' / ' + TEXT(LimitsQueueableJobsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label Queueable Jobs Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Queueable Jobs Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label SOQL Queries
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsSoqlQueriesUsed__c / LimitsSoqlQueriesMax__c * 100) >= 90,
"⛔",
IF(
(LimitsSoqlQueriesUsed__c / LimitsSoqlQueriesMax__c * 100) < 90 && (LimitsSoqlQueriesUsed__c / LimitsSoqlQueriesMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsSoqlQueriesUsed__c / LimitsSoqlQueriesMax__c * 100, 2)) + '% ('
+ TEXT(LimitsSoqlQueriesUsed__c) + ' / ' + TEXT(LimitsSoqlQueriesMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label SOQL Queries Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label SOQL Queries Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label SOQL Query Locator Rows
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsSoqlQueryLocatorRowsUsed__c / LimitsSoqlQueryLocatorRowsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsSoqlQueryLocatorRowsUsed__c / LimitsSoqlQueryLocatorRowsMax__c * 100) < 90 && (LimitsSoqlQueryLocatorRowsUsed__c / LimitsSoqlQueryLocatorRowsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsSoqlQueryLocatorRowsUsed__c / LimitsSoqlQueryLocatorRowsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsSoqlQueryLocatorRowsUsed__c) + ' / ' + TEXT(LimitsSoqlQueryLocatorRowsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label SOQL Query Locator Rows Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label SOQL Query Locator Rows Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label SOQL Query Rows
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsSoqlQueryRowsUsed__c / LimitsSoqlQueryRowsMax__c * 100) >= 90,
"⛔",
IF(
(LimitsSoqlQueryRowsUsed__c / LimitsSoqlQueryRowsMax__c * 100) < 90 && (LimitsSoqlQueryRowsUsed__c / LimitsSoqlQueryRowsMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsSoqlQueryRowsUsed__c / LimitsSoqlQueryRowsMax__c * 100, 2)) + '% ('
+ TEXT(LimitsSoqlQueryRowsUsed__c) + ' / ' + TEXT(LimitsSoqlQueryRowsMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label SOQL Query Rows Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label SOQL Query Rows Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

✅ when 80% or less of the limit is used, ⚠️ when 80.1-89.9% is used, or ⛔ when 90% or more is used

Attribute Value
Label SOSL Searches
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
(LimitsSoslSearchesUsed__c / LimitsSoslSearchesMax__c * 100) >= 90,
"⛔",
IF(
(LimitsSoslSearchesUsed__c / LimitsSoslSearchesMax__c * 100) < 90 && (LimitsSoslSearchesUsed__c / LimitsSoslSearchesMax__c * 100) >= 80,
"⚠️",
"✅"
)
)
+ ' ' + TEXT(ROUND(LimitsSoslSearchesUsed__c / LimitsSoslSearchesMax__c * 100, 2)) + '% ('
+ TEXT(LimitsSoslSearchesUsed__c) + ' / ' + TEXT(LimitsSoslSearchesMax__c) + ')'

Treat blank values as: BlankAsZero

Attribute Value
Label SOSL Searches Max
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label SOSL Searches Used
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Log
Type MasterDetail
Required No
References Log__c
Relationship Name LogEntries
Relationship Label Log Entries
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Username
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

Log__r.LoggedByUsernameLink__c

Treat blank values as: BlankAsZero

Attribute Value
Label Username
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

Log__r.LoggedByUsernameText__c

Treat blank values as: BlankAsZero

Attribute Value
Label Logging Level
Type Picklist
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Global Value Set: LoggingLevel

Attribute Value
Label Logging Level Ordinal
Type Number
Precision / Scale 2 / 0
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label DEPRECATED: Level
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status DeprecateCandidate

Formula

CASE(
TEXT(LoggingLevel__c),
'ERROR', '⛔',
'WARN', '⚠️',
'INFO', 'ℹ️',
'DEBUG', '🐞',
'FINE', '👍',
'FINER', '👌',
'FINEST', '🌟',
'⚙️'
)
+ ' ' + TEXT(LoggingLevel__c)

Treat blank values as: BlankAsZero

Attribute Value
Label Log Transaction ID
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

Log__r.TransactionId__c

Treat blank values as: BlankAsZero

Attribute Value
Label Message
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if sensitive data was removed from the message, using log entry data mask rules

Attribute Value
Label Message Masked
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the text in Message was truncated due to being too long to fit into the field

Attribute Value
Label Message Truncated
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
ISPICKVAL(OriginSourceMetadataType__c, ''),
TEXT(OriginType__c),
TEXT(OriginSourceMetadataType__c)
)
+
IF(
OR (
OriginLocation__c == null,
OriginLocation__c == 'AnonymousBlock'
),
'',
'.' + OriginLocation__c
)

Treat blank values as: BlankAsZero

Attribute Value
Label Origin Location
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Action Name
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source API Name
Type Text
Length 255
Required No
External ID Yes
Compliance Group None
Security Classification Confidential
Business Status Active

The API version for the source metadata that generated the log entry

Attribute Value
Label Origin Source API Version
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
v66.0 v66.0 - Spring’26 Release No
v65.0 v65.0 - Winter’26 Release No
Attribute Value
Label Origin Source Created By ID
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Created By
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

HYPERLINK(
'/' + OriginSourceCreatedById__c,
OriginSourceCreatedByUsername__c,
'_top'
)

Treat blank values as: BlankAsZero

Attribute Value
Label Origin Source Created By
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Created Date
Type DateTime
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

The ID of the source metadata that generated the log entry

Attribute Value
Label Origin Source ID
Type Text
Length 18
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Last Modified By ID
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Last Modified By
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

HYPERLINK(
'/' + OriginSourceLastModifiedById__c,
OriginSourceLastModifiedByUsername__c,
'_top'
)

Treat blank values as: BlankAsZero

Attribute Value
Label Origin Source Last Modified By
Type Text
Length 255
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Last Modified Date
Type DateTime
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Source Metadata Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
AnonymousBlock AnonymousBlock No
ApexClass ApexClass No
ApexTrigger ApexTrigger No
AuraDefinitionBundle AuraDefinitionBundle No
Flow Flow No
LightningComponentBundle LightningComponentBundle No
OmniIntegrationProcedure OmniIntegrationProcedure No
OmniScript OmniScript No

A JSON snippet of the Apex class or trigger code that generated the log entry

Attribute Value
Label Origin Source Snippet
Type LongTextArea
Length 2000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Origin Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Apex Apex No
Component Component No
Flow Flow No
OmniStudio OmniStudio No
Attribute Value
Label Parent Log
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

Log__r.ParentLogLink__c

Treat blank values as: BlankAsZero

Attribute Value
Label Profile
Type Text
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

Log__r.ProfileLink__c

Treat blank values as: BlankAsZero

The number of items contained in the collection of records

Attribute Value
Label Related Record Collection Size
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Related Record Collection Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Single Single Record No
List List No
Map Map No

Restricted

Attribute Value
Label Related Record
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
NOT(ISBLANK(RecordId__c)),
CASE(
TEXT(RecordSObjectClassification__c),
'Custom Object', HYPERLINK(
'/' + RecordId__c,
TEXT(RecordSObjectType__c) + ': ' + IF(
ISBLANK(RecordName__c),
RecordId__c,
RecordName__c
),
'_top'
),
'Standard Object', HYPERLINK(
'/' + RecordId__c,
TEXT(RecordSObjectType__c) + ': ' + IF(
ISBLANK(RecordName__c),
RecordId__c,
RecordName__c
),
'_top'
),
IF(
ISBLANK(RecordId__c),
null,
IF(
ISBLANK(RecordName__c) && NOT(ISBLANK(RecordId__c)),
TEXT(RecordSObjectType__c) + ': ' + RecordId__c,
TEXT(RecordSObjectType__c) + ': ' + RecordName__c
)
)
),
IF(
ISBLANK(TEXT(RecordCollectionType__c)),
'',
IF(
TEXT(RecordCollectionType__c) = 'Map',
TEXT(RecordCollectionType__c) + '<Id, ' + TEXT(RecordSObjectType__c) + '>',
TEXT(RecordCollectionType__c) + '<' + TEXT(RecordSObjectType__c) + '>'
)
)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Related Record ID
Type Text
Length 18
Required No
External ID Yes
Compliance Group None
Security Classification Confidential
Business Status Active

JSON of the related SObject record

Attribute Value
Label Related Record JSON
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if sensitive data was removed from the record JSON, using log entry data mask rules

Attribute Value
Label Record JSON Masked
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the text in Record JSON was truncated due to being too long to fit into the field

Attribute Value
Label Record JSON Truncated
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Related Record
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
NOT(ISBLANK(RecordId__c)),
CASE(
TEXT(RecordSObjectClassification__c),
'Custom Object', HYPERLINK(
'/' + RecordId__c,
IF(
ISBLANK(RecordName__c),
RecordId__c,
RecordName__c
),
'_top'
),
'Standard Object', HYPERLINK(
'/' + RecordId__c,
IF(
ISBLANK(RecordName__c),
RecordId__c,
RecordName__c
),
'_top'
),
IF(
ISBLANK(RecordName__c),
RecordId__c,
RecordName__c
)
),
IF(
ISBLANK(TEXT(RecordCollectionType__c)),
'',
IF(
TEXT(RecordCollectionType__c) = 'Map',
TEXT(RecordCollectionType__c) + '<Id, ' + TEXT(RecordSObjectType__c) + '>',
TEXT(RecordCollectionType__c) + '<' + TEXT(RecordSObjectType__c) + '>'
)
)
)

Treat blank values as: BlankAsZero

Attribute Value
Label Related Record Name
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Related Record Object Classification
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Change Event Object Change Event Object No
Chatter Feed Object Chatter Feed Object No
Custom Metadata Type Object Custom Metadata Type Object No
Custom Object Custom Object No
Custom Setting Object Custom Setting Object No
Field History Tracking Object Field History Tracking Object No
Platform Event Object Platform Event Object No
Record Share Object Record Share Object No
Standard Object Standard Object No
Unknown Unknown No
Attribute Value
Label Related Record Object
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Account Account No
Case Case No
Lead Lead No
Unknown Unknown No
User User No
Attribute Value
Label Related Record Object Namespace
Type Text
Length 255
Required No
External ID Yes
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request Body
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if sensitive data was removed from the REST Request Body, using log entry data mask rules

Attribute Value
Label REST Request Body Masked
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the text in REST Request Body was truncated due to being too long to fit into the field

Attribute Value
Label REST Request Body Truncated
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request Header Keys
Type LongTextArea
Length 1000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request Headers
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request Method
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
DELETE DELETE No
GET GET No
HEAD HEAD No
PATCH PATCH No
POST POST No
PUT PUT No
TRACE TRACE No
Attribute Value
Label REST Request Parameters
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request Remote Address
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request Resource Path
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Request URI
Type Text
Length 255
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Response Body
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if sensitive data was removed from the HTTP Response Body, using log entry data mask rules

Attribute Value
Label REST Response Body Masked
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active

Indicates if the text in REST Response Body was truncated due to being too long to fit into the field

Attribute Value
Label REST Response Body Truncated
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Response Header Keys
Type LongTextArea
Length 1000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Response Headers
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label REST Response Status Code
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Stack Trace
Type LongTextArea
Length 5000
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Tags
Type LongTextArea
Length 131072
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Timestamp
Type DateTime
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

The sequential number of this log entry within the transaction

Attribute Value
Label Entry #
Type Number
Precision / Scale 10 / 0
Required No
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Trigger Operation
Type Text
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Formula

IF(
TriggerIsExecuting__c,
TEXT(TriggerSObjectType__c) + '.' + TEXT(TriggerOperationType__c),
null
)

Treat blank values as: BlankAsZero

Attribute Value
Label Trigger Is Executing
Type Checkbox
Required No
Default Value false
Compliance Group None
Security Classification Confidential
Business Status Active
Attribute Value
Label Trigger Operation Type
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
AFTER_DELETE AFTER_DELETE No
AFTER_INSERT AFTER_INSERT No
AFTER_UNDELETE AFTER_UNDELETE No
AFTER_UPDATE AFTER_UPDATE No
BEFORE_DELETE BEFORE_DELETE No
BEFORE_INSERT BEFORE_INSERT No
BEFORE_UPDATE BEFORE_UPDATE No
Attribute Value
Label Trigger Object
Type Picklist
Required No
Compliance Group None
Security Classification Confidential
Business Status Active

Picklist Values

API Value Label Default
Account Account No
Case Case No
Lead Lead No
User User No

Composite key that will hold the value of the TransactionId + TransactionEntryNumber

Attribute Value
Label Unique ID
Type Text
Length 255
Required No
Unique Yes
External ID Yes
Attribute Value
Label Logged By Current User
Type Checkbox
Required No
Compliance Group PII;GDPR;CCPA
Security Classification Confidential
Business Status Active

Formula

Log__r.WasLoggedByCurrentUser__c

Treat blank values as: BlankAsZero