> ## Documentation Index
> Fetch the complete documentation index at: https://docs.introw.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure the deal owner and name for partner deals

> Control who owns partner-registered deals in your CRM and how those deals are named, using default fields on the deal automation.

Deals your partners register should look and route like the ones your own sales team creates: assigned to the right owner and named to your convention. Introw sets both automatically when it creates the deal in your CRM, using default fields on the deal automation of your registration form. This guide configures the deal owner and the deal name so every partner-registered deal lands correctly.

## What you'll achieve

A deal registration form that, on each submission, creates the CRM deal with the owner you intend (a fixed person or the partner's manager) and a name built to your convention, so partner deals route to the right rep and stay consistent with the rest of your pipeline.

## Before you start

<Steps>
  <Step title="Have a deal registration form connected to your CRM">
    You need a form with a deal automation. See [Connect a form to your CRM](/features/forms/crm-field-mapping/guides/connect-a-form-to-your-crm).
  </Step>

  <Step title="Decide your conventions">
    Know who should own partner deals (a fixed person, or the partner's manager) and the naming pattern you want, so you can build it from text and variables.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/deal-registration/registration/guides/configure-partner-deal-owner-and-name/steps/01.png?v=1783423944" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/deal-registration/registration/guides/configure-partner-deal-owner-and-name/video.webm?v=1783423944#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0 }} src="https://assets.introw.io/docs/features/deal-registration/registration/guides/configure-partner-deal-owner-and-name/walkthrough.html?v=1783423944" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the deal automation">
    Go to [Forms](https://app.introw.io/forms), open your registration form's configuration, and select the **Deal automation**. Its **Default values** set fixed values on every deal the form creates (values the submitter never sees or fills in).

    <Frame>
      <img src="https://assets.introw.io/docs/features/deal-registration/registration/guides/configure-partner-deal-owner-and-name/steps/07.png?v=1783423944" alt="Add the Deal automation" />
    </Frame>
  </Step>

  <Step title="Set the deal owner">
    Under **Default values**, add **Deal owner** as the CRM property and choose how it is set:

    * **A fixed individual** - always assign the same team member, useful when one person triages all partner deals.
    * **Partner manager (dynamic)** - assign whoever manages the registering partner, so a deal from Amazon goes to Amazon's manager and a deal from Tesla goes to Tesla's manager, automatically.

    <Frame>
      <img src="https://assets.introw.io/docs/features/deal-registration/registration/guides/configure-partner-deal-owner-and-name/steps/08.png?v=1783423944" alt="Set the deal owner and name in Default values" />
    </Frame>
  </Step>

  <Step title="Set the deal name">
    Add **Deal name** as another default value and build the name from free text combined with variables from the partner or form fields, so partner deals match your convention. For example `New deal - [end customer company]` or `Opportunity via [Partner] for [amount] licences`.
  </Step>

  <Step title="Save the form">
    Save. From now on, every partner-registered deal is created in your CRM with the owner and name convention you set.
  </Step>
</Steps>

## Verify it worked

Submit a test registration for a partner that has a manager assigned. The resulting CRM deal is owned by the person you configured (or the partner's manager) and its name follows your pattern with the variables filled in.

## Related

<CardGroup cols={2}>
  <Card title="Register and approve a deal" icon="clipboard-check" href="./register-and-approve-a-deal">
    The core registration flow these defaults apply to.
  </Card>

  <Card title="Connect a form to your CRM" icon="plug" href="/features/forms/crm-field-mapping/guides/connect-a-form-to-your-crm">
    Map and attribute the rest of the deal's fields.
  </Card>

  <Card title="Wire partner ownership" icon="user-gear" href="/features/partners/team/guides/wire-partner-ownership">
    Set the partner managers the dynamic owner option uses.
  </Card>
</CardGroup>
