Transaction Log Reference
Type: Custom SObject
API Name: ok__Transaction_Log__c
Parent log with logs grouped per transaction.
Fields
Label | Name | Type | Required | Description |
---|---|---|---|---|
Created By ID | CreatedById | reference | true | |
Created Date | CreatedDate | datetime | true | |
Record ID | Id | id | true | |
Deleted | IsDeleted | boolean | true | |
Last Modified By ID | LastModifiedById | reference | true | |
Last Modified Date | LastModifiedDate | datetime | true | |
Last Referenced Date | LastReferencedDate | datetime | false | |
Last Viewed Date | LastViewedDate | datetime | false | |
Transaction Log Name | Name | string | false | |
Owner ID | OwnerId | reference | true | |
System Modstamp | SystemModstamp | datetime | true | |
Batch Child Job Id | ok__Batch_Child_Job_Id__c | string | false | ID of the current batch job chunk that is being processed. See setBatchableContext method. |
Batch Is Executing | ok__Batch_Is_Executing__c | boolean | true | Checked if a batch Apex job published the log. |
Batch Job Id | ok__Batch_Job_Id__c | string | false | Batch job ID. See setBatchableContext method. |
Datetime | ok__Datetime__c | datetime | true | Logged time. |
Function Callback Is Executing | ok__Function_Callback_Is_Executing__c | boolean | true | Checked if an asynchronous Salesforce Function callback published the log. |
Future Is Executing | ok__Future_Is_Executing__c | boolean | true | Checked if the log is published from a context executed by a method annotated with future. |
Highest Severity | ok__Highest_Severity__c | string | false | |
Login Application | ok__Login_Application__c | string | false | The application used to access the organization. |
Login Browser | ok__Login_Browser__c | string | false | The current browser version. |
Login History Id | ok__Login_History_Id__c | string | false | The 18-character ID for a successful login event. When a session is reused, Salesforce updates the LoginHistoryId with the value from the most recent login. This field is available in API version 33.0 and later. This is a relationship field. |
Login Platform | ok__Login_Platform__c | string | false | Operating system on the login machine. |
Login Source Ip | ok__Login_Source_Ip__c | string | false | IP address of the end user’s device from which the session started. This address can be an IPv4 or IPv6 address. |
Login Type | ok__Login_Type__c | string | false | The type of login used to access the session. |
Logout Url | ok__Logout_Url__c | string | false | The page or view to display after users log out of an Experience Cloud site, or an org if they authenticated using SAML. This field is available in API version 32.0 and later. |
Logs Count | ok__Logs_Count__c | double | false | |
Organization Id | ok__Organization_Id__c | string | false | Context organization's ID. |
Organization Name | ok__Organization_Name__c | string | false | Context organization's company name. |
Plugin Log Event Is Executing | ok__Plugin_Log_Event_Is_Executing__c | boolean | true | Is checked when the log is coming from a plugin context. |
Plugin Name | ok__Plugin_Name__c | string | false | Plugin name of the context. |
Profile Id | ok__Profile_Id__c | string | false | Profile ID of the user. |
Queueable Is Executing | ok__Queueable_Is_Executing__c | boolean | true | Checked if a queueable Apex job published the log. |
Schedulable Cron Trigger Job Id | ok__Schedulable_Cron_Trigger_Job_Id__c | string | false | ID of the CronTrigger scheduled job. See setSchedulableContext method. |
Scheduled Is Executing | ok__Schedulable_Is_Executing__c | boolean | true | Checked if the log is published by a scheduled Apex job. |
Session Security Level | ok__Session_Security_Level__c | string | false | Standard or High, depending upon the authentication method used. |
Session Type | ok__Session_Type__c | string | false | The type of session. Common ones are UI, Content, API, and Visualforce. |
Source | ok__Source__c | picklist | false | |
Time Zone Display Name | ok__Time_Zone_Display_Name__c | string | false | Current user's local time zone’s display name. |
Time Zone Id | ok__Time_Zone_Id__c | string | false | Current user's local time zone’s ID. |
Transaction Quiddity | ok__Transaction_Quiddity__c | string | false | Quiddity of the transaction. |
Trigger Is Executing | ok__Trigger_Is_Executing__c | boolean | true | Logged from trigger context. |
Trigger Operation | ok__Trigger_Operation__c | string | false | Trigger operation. |
Trigger SObject Type | ok__Trigger_SObject_Type__c | string | false | SObject type of the trigger context. |
User Email | ok__User_Email__c | false | Context user's email. | |
User Id | ok__User_Id__c | string | false | Context user's Id. |
User Name | ok__User_Name__c | string | false | Context user's name. |
User Role Id | ok__User_Role_Id__c | string | false | Context user's role ID. |
User Type | ok__User_Type__c | string | false | Context user's type. |
User Username | ok__User_Username__c | string | false | Context user's username. |
User | ok__User__c | reference | false | Context user. |