> ## Documentation Index
> Fetch the complete documentation index at: https://coconut-grid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fields

Browse and select Salesforce object fields from the field picker.

## Field Picker

The field picker used to browse and select Salesforce object fields.

<Steps>
  <Step title="Open field picker">
    Open the field picker from a feature that supports field selection.
  </Step>

  <Step title="Search fields">
    Use the search box to find fields by label or name.
  </Step>

  <Step title="Select field">
    Turn on the checkbox next to a field or click to insert it into the current input.
  </Step>
</Steps>

## Relationship Fields

Relationship fields provide access to fields from related records.

* A relationship includes:
  * The relationship ID field (e.g., `OwnerId`)
  * The relationship field (e.g., `Owner`)
* The relationship field can be expanded or collapsed to browse fields from the related object
* Relationship paths allow you to reference fields across objects (e.g., `Owner.Name`, `Owner.Manager.Name`)
* For polymorphic relationship fields (e.g., `WhoId`, `WhatId`), select the target object from a dropdown before expanding

<Info>
  You can reference fields up to 5 levels deep.
</Info>
