> For the complete documentation index, see [llms.txt](https://docs.kernel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kernel.ai/integrations/salesforce-integration/kernel-account-object-reference.md).

# Kernel Account object reference

When the Kernel Salesforce custom object is enabled, Kernel creates and maintains `Kernel_Account__c` records in Salesforce. Each record links to a Salesforce Account, stores Kernel-enriched values, and supports enrichment, cleaning, and hierarchy workflows without requiring Kernel to overwrite customer-owned Account fields directly.

## Object

| Item               | Value                     |
| ------------------ | ------------------------- |
| Salesforce object  | `Kernel_Account__c`       |
| Display name       | Kernel Account            |
| Account link field | `Linked_Account_Field__c` |
| Kernel identifier  | `Kernel_ID__c`            |

## Field reference

The standard Kernel Account object includes the following fields. Salesforce system fields such as `Id`, `OwnerId`, `CreatedDate`, and `LastModifiedDate` are not included.

#### Account link

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Linked_Account_Field__c</code></td><td>Linked Account</td><td>Lookup</td><td>Lookup to the linked standard Account record</td></tr></tbody></table>

#### Entity resolution

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_ID__c</code></td><td>KERN ID</td><td>Text</td><td>Unique Kernel identifier for this account</td></tr><tr><td><code>Kernel_Legal_Name__c</code></td><td>Kernel - Legal name</td><td>Text</td><td>Registered legal name of the entity</td></tr><tr><td><code>Name</code></td><td>Kernel - Trading name</td><td>Text</td><td>Primary name for this Kernel Account record</td></tr><tr><td><code>Kernel_Website__c</code></td><td>Kernel - Website</td><td>Url</td><td>Primary website URL for the entity</td></tr><tr><td><code>Kernel_Country_Of_Incorporation__c</code></td><td>Kernel - Country of incorporation</td><td>Text</td><td>Country where the entity is legally registered</td></tr><tr><td><code>Kernel_Entity_Category__c</code></td><td>Kernel - Entity category</td><td>Text</td><td>Entity type: Company, Government, Education, etc.</td></tr><tr><td><code>Kernel_Entity_Sub_Category__c</code></td><td>Kernel - Entity sub-category</td><td>Text</td><td>Entity sub-type within the main category</td></tr><tr><td><code>Kernel_Legal_Name_Reasoning__c</code></td><td>Kernel - Legal name (Reasoning)</td><td>LongTextArea</td><td>Why Kernel chose this legal name</td></tr><tr><td><code>Kernel_Entity_Match_Reasoning__c</code></td><td>Kernel - Entity match (Reasoning)</td><td>LongTextArea</td><td>Why Kernel matched this entity to this identity</td></tr><tr><td><code>Kernel_Entity_Match_Confidence__c</code></td><td>Kernel - Entity match (Confidence)</td><td>Text</td><td>Entity match confidence: HIGH, MEDIUM, or LOW</td></tr></tbody></table>

#### Headcount

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Headcount__c</code></td><td>Kernel - Headcount (Entity)</td><td>Number</td><td>Employee count for this specific entity, excluding subsidiaries.</td></tr><tr><td><code>Kernel_Headcount_Consolidated__c</code></td><td>Kernel - Headcount (Consolidated)</td><td>Number</td><td>Employee count for this entity and its subsidiaries, when a group-level value is available.</td></tr><tr><td><code>Kernel_Headcount_Effective__c</code></td><td>Kernel - Headcount (Recommended)</td><td>Number</td><td>Kernel's recommended headcount for CRM use. Chooses the entity or consolidated value based on which best represents this account.</td></tr><tr><td><code>Kernel_Headcount_Reasoning__c</code></td><td>Kernel - Headcount (Reasoning)</td><td>LongTextArea</td><td>Why Kernel selected this headcount, including the evidence used and the recommended scope.</td></tr><tr><td><code>Kernel_Headcount_Confidence__c</code></td><td>Kernel - Headcount (Confidence)</td><td>Text</td><td>Kernel's confidence in the recommended headcount: High, Medium, or Low.</td></tr></tbody></table>

#### Revenue

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Revenue__c</code></td><td>Kernel - Revenue (Entity, USD)</td><td>Number</td><td>Annual revenue for this specific entity, converted to USD.</td></tr><tr><td><code>Kernel_Revenue_Local__c</code></td><td>Kernel - Revenue (Entity, local)</td><td>Number</td><td>Annual revenue for this specific entity, in its local currency.</td></tr><tr><td><code>Kernel_Revenue_Local_Currency__c</code></td><td>Kernel - Revenue (Entity, currency)</td><td>Text</td><td>Currency used for the entity-level revenue value.</td></tr><tr><td><code>Kernel_Revenue_Consolidated_USD__c</code></td><td>Kernel - Revenue (Consolidated, USD)</td><td>Number</td><td>Annual revenue for this entity and its subsidiaries, converted to USD.</td></tr><tr><td><code>Kernel_Revenue_Consolidated_Local__c</code></td><td>Kernel - Revenue (Consolidated, local)</td><td>Number</td><td>Annual revenue for this entity and its subsidiaries, in the consolidated reporting currency.</td></tr><tr><td><code>Kernel_Revenue_Consolidated_Currency__c</code></td><td>Kernel - Revenue (Cons., currency)</td><td>Text</td><td>Currency used for the consolidated revenue value.</td></tr><tr><td><code>Kernel_Revenue_Effective_USD__c</code></td><td>Kernel - Revenue (Recommended, USD)</td><td>Number</td><td>Kernel's recommended revenue for CRM use, converted to USD.</td></tr><tr><td><code>Kernel_Revenue_Effective_Local__c</code></td><td>Kernel - Revenue (Recommended, local)</td><td>Number</td><td>Kernel's recommended revenue for CRM use, in the selected local or reporting currency.</td></tr><tr><td><code>Kernel_Revenue_Effective_Currency__c</code></td><td>Kernel - Revenue (Recommended, currency)</td><td>Text</td><td>Currency used for Kernel's recommended revenue value.</td></tr><tr><td><code>Kernel_Revenue_Reasoning__c</code></td><td>Kernel - Revenue (Reasoning)</td><td>LongTextArea</td><td>Why Kernel selected this revenue, including the evidence used and the recommended scope.</td></tr><tr><td><code>Kernel_Revenue_Confidence__c</code></td><td>Kernel - Revenue (Confidence)</td><td>Text</td><td>Kernel's confidence in the recommended revenue: High, Medium, or Low.</td></tr></tbody></table>

#### LinkedIn

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Linkedin_Url__c</code></td><td>Kernel - LinkedIn URL</td><td>Url</td><td>LinkedIn company page URL</td></tr><tr><td><code>Kernel_Linkedin_Description__c</code></td><td>Kernel - LinkedIn description</td><td>LongTextArea</td><td>Company description as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Industry__c</code></td><td>Kernel - LinkedIn industry</td><td>Text</td><td>Company declared industry as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Company_Type__c</code></td><td>Kernel - LinkedIn company type</td><td>Text</td><td>Company type as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Founded_Year__c</code></td><td>Kernel - LinkedIn - Founded year</td><td>Number</td><td>Founded year shown on the matched LinkedIn company page.</td></tr><tr><td><code>Kernel_Linkedin_Company_Size__c</code></td><td>Kernel - LinkedIn company size range</td><td>Text</td><td>Company size as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Headcount__c</code></td><td>Kernel - LinkedIn headcount</td><td>Number</td><td>Headcount as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Headcount_Growth_12m__c</code></td><td>Kernel - LinkedIn headcount growth 12m</td><td>Number</td><td>Headcount growth over 12 months as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Headcount_Growth_24m__c</code></td><td>Kernel - LinkedIn headcount growth 24m</td><td>Number</td><td>Headcount growth over 24 months as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_Country__c</code></td><td>Kernel - LinkedIn country</td><td>Text</td><td>Country as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_State__c</code></td><td>Kernel - LinkedIn state</td><td>Text</td><td>State location as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_City__c</code></td><td>Kernel - LinkedIn city</td><td>Text</td><td>City as displayed on LinkedIn</td></tr><tr><td><code>Kernel_Linkedin_All_Locations__c</code></td><td>Kernel - LinkedIn all locations</td><td>LongTextArea</td><td>All address locations as available on LinkedIn</td></tr></tbody></table>

#### Top parent

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Ultimate_Parent_Kern_Id__c</code></td><td>Kernel - Top parent KERN ID</td><td>Text</td><td>Kernel ID of the top parent in the corporate hierarchy.</td></tr><tr><td><code>Kernel_Ultimate_Parent_Legal_Name__c</code></td><td>Kernel - Top parent legal name</td><td>Text</td><td>Legal name of the top parent.</td></tr><tr><td><code>Kernel_Ultimate_Parent_Trading_Name__c</code></td><td>Kernel - Top parent trading name</td><td>Text</td><td>Trading name of the top parent.</td></tr><tr><td><code>Kernel_Ultimate_Parent_Url__c</code></td><td>Kernel - Top parent URL</td><td>Url</td><td>Website of the top parent.</td></tr><tr><td><code>Kernel_Ult_Parent_Country_Incorp__c</code></td><td>Kernel - Top parent incorp. country</td><td>Text</td><td>Country where the top parent is legally registered.</td></tr><tr><td><code>Kernel_Ultimate_Parent_Account__c</code></td><td>Kernel - Top parent account</td><td>Lookup</td><td>Lookup to the top parent Account record.</td></tr></tbody></table>

#### Immediate parent

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Parent_Kern_Id__c</code></td><td>Kernel - Parent KERN ID</td><td>Text</td><td>Kernel ID of the immediate parent entity</td></tr><tr><td><code>Kernel_Parent_Legal_Name__c</code></td><td>Kernel - Parent legal name</td><td>Text</td><td>Legal name of the immediate parent</td></tr><tr><td><code>Kernel_Parent_Trading_Name__c</code></td><td>Kernel - Parent trading name</td><td>Text</td><td>Trading name of the immediate parent</td></tr><tr><td><code>Kernel_Parent_Website__c</code></td><td>Kernel - Parent website</td><td>Url</td><td>Website of the immediate parent</td></tr><tr><td><code>Kernel_Parent_Country_Incorp__c</code></td><td>Kernel - Parent country of incorporation</td><td>Text</td><td>Country where the parent is legally registered</td></tr><tr><td><code>Kernel_Parent_Entity_Category__c</code></td><td>Kernel - Parent entity category</td><td>Text</td><td>Parent entity type: Company, Education, Government, etc.</td></tr><tr><td><code>Kernel_Parent_Entity_Sub_Category__c</code></td><td>Kernel - Parent entity sub-category</td><td>Text</td><td>Parent entity sub-type</td></tr><tr><td><code>Kernel_Parent_Reasoning__c</code></td><td>Kernel - Parent (Reasoning)</td><td>LongTextArea</td><td>Why Kernel identified this parent</td></tr><tr><td><code>Kernel_Parent_Confidence__c</code></td><td>Kernel - Parent (Confidence)</td><td>Text</td><td>Parent identification confidence: HIGH, MEDIUM, or LOW</td></tr></tbody></table>

#### Industry

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Main_Vertical__c</code></td><td>Kernel - Custom industry</td><td>TextArea</td><td>Custom industry vertical assigned by Kernel using your configured industry schema.</td></tr><tr><td><code>Kernel_Sub_Vertical__c</code></td><td>Kernel - Custom sub-industry</td><td>TextArea</td><td>Custom industry sub-vertical assigned by Kernel using your configured industry schema.</td></tr><tr><td><code>Kernel_NAICS_Sector__c</code></td><td>Kernel - NAICS sector</td><td>Text</td><td>NAICS classification assigned by Kernel (sector; 2-digit level).</td></tr><tr><td><code>Kernel_NAICS_Subsector__c</code></td><td>Kernel - NAICS subsector</td><td>Text</td><td>NAICS classification assigned by Kernel (subsector; 3-digit level).</td></tr><tr><td><code>Kernel_NAICS_Industry_Group__c</code></td><td>Kernel - NAICS industry group</td><td>Text</td><td>NAICS classification assigned by Kernel (industry group; 4-digit level).</td></tr><tr><td><code>Kernel_NAICS_Industry__c</code></td><td>Kernel - NAICS industry</td><td>Text</td><td>NAICS classification assigned by Kernel (industry; 5-digit level).</td></tr><tr><td><code>Kernel_NAICS_National_Industry__c</code></td><td>Kernel - NAICS national industry</td><td>Text</td><td>NAICS classification assigned by Kernel (national industry; 6-digit level).</td></tr><tr><td><code>Kernel_Main_Vertical_Reasoning__c</code></td><td>Kernel - Main vertical (Reasoning)</td><td>LongTextArea</td><td>Why Kernel assigned this custom industry vertical using your configured industry schema.</td></tr><tr><td><code>Kernel_Sub_Vertical_Reasoning__c</code></td><td>Kernel - Sub-vertical (Reasoning)</td><td>LongTextArea</td><td>Why Kernel assigned this custom industry sub-vertical using your configured industry schema.</td></tr></tbody></table>

#### Location

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Address__c</code></td><td>Kernel - Address</td><td>Text</td><td>Operating address selected by Kernel for this entity.</td></tr><tr><td><code>Kernel_City__c</code></td><td>Kernel - City</td><td>Text</td><td>Operating city selected by Kernel for this entity.</td></tr><tr><td><code>Kernel_State__c</code></td><td>Kernel - State</td><td>Text</td><td>Operating state or province selected by Kernel for this entity.</td></tr><tr><td><code>Kernel_Country__c</code></td><td>Kernel - Country</td><td>Text</td><td>Operating country selected by Kernel for this entity.</td></tr><tr><td><code>Kernel_Location_Reasoning__c</code></td><td>Kernel - Location (Reasoning)</td><td>LongTextArea</td><td>Why Kernel selected this operating location.</td></tr><tr><td><code>Kernel_Registered_Address__c</code></td><td>Kernel - Registered address</td><td>Text</td><td>Registered address selected by Kernel</td></tr><tr><td><code>Kernel_Registered_Address_Street__c</code></td><td>Kernel - Registered address street</td><td>Text</td><td>Registered street address selected by Kernel</td></tr><tr><td><code>Kernel_Registered_City__c</code></td><td>Kernel - Registered city</td><td>Text</td><td>Registered city selected by Kernel</td></tr><tr><td><code>Kernel_Registered_State__c</code></td><td>Kernel - Registered state</td><td>Text</td><td>Registered state selected by Kernel</td></tr><tr><td><code>Kernel_Registered_Country__c</code></td><td>Kernel - Registered country</td><td>Text</td><td>Registered country selected by Kernel</td></tr><tr><td><code>Kernel_Registered_Country_Code__c</code></td><td>Kernel - Registered country code</td><td>Text</td><td>Registered country code selected by Kernel</td></tr><tr><td><code>Kernel_Registered_Postcode__c</code></td><td>Kernel - Registered postcode</td><td>Text</td><td>Registered postcode selected by Kernel</td></tr><tr><td><code>Kernel_Registered_Address_Reasoning__c</code></td><td>Kernel - Registered address (Reasoning)</td><td>LongTextArea</td><td>Why Kernel chose this registered address</td></tr></tbody></table>

#### Operational status

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Operational_Status__c</code></td><td>Kernel - Operational status</td><td>Text</td><td>Operating status: Active, Out of Business, or Absorbed</td></tr><tr><td><code>Kernel_Operational_Status_Reasoning__c</code></td><td>Kernel - Operational status (Reasoning)</td><td>LongTextArea</td><td>Why Kernel assigned this operational status</td></tr></tbody></table>

#### Regional subsidiaries

<table><thead><tr><th width="380">API name</th><th width="280">Label</th><th width="120">Type</th><th>Help text</th></tr></thead><tbody><tr><td><code>Kernel_Entity_Regional_Scope__c</code></td><td>Kernel - Is regional subsidiary</td><td>Checkbox</td><td>Whether this entity is a regional subsidiary</td></tr><tr><td><code>Kernel_Regional_Scope__c</code></td><td>Kernel - Regional scope</td><td>Text</td><td>Region or country this subsidiary operates in</td></tr><tr><td><code>Kernel_Entity_Regional_Scope_Reason__c</code></td><td>Kernel - Regional scope (Reasoning)</td><td>LongTextArea</td><td>Why Kernel flagged this as regional or not</td></tr></tbody></table>
