Gradient Works Docs
ProductDynamic BooksPricingRequest Demo
  • Welcome
  • ACCOUNT RESEARCH
    • Overview
      • Features
    • Market Map
      • Account Import
        • Salesforce
        • HubSpot
      • Salesforce Integration
        • How to Install Similar Accounts Component
      • CRM Export
        • Salesforce
        • HubSpot
      • FAQs
        • Attributes in Market Map
    • AI Researcher
      • How to create & configure an AI Researcher
      • Writing effective prompts
      • Prompt examples
      • Managed AI Researcher
    • Lookalikes
    • Credits
  • Bookbuilder
    • Overview
    • Enroll Accounts
    • Target Books
      • Target Book Report
      • Edit Reps
    • Account Coverage
      • Market Coverage
      • Rep Coverage
      • Working Activities
    • Transfer Accounts
      • Concepts
      • Account Pool
      • Distributions
      • Retrievals
      • Returns
      • Templates
      • Scheduling
      • Troubleshooting
    • How-to Guides
      • How to Rank Accounts for Distributions and Retrievals
      • How to Use the "Is In" Operator
  • Routing
    • Overview
    • Dashboard
    • Round Robin Queues
      • Create Queues
      • User Availability Status
      • User Working Hours
    • Users
    • Capacity Meters
    • Lead and Account Matching
    • Automation
      • Automation Executions
      • Log Entries
  • Automation Builder Kit (ABK)
    • Getting Started
    • Actions
      • Assignment
        • Directly Assign Items
        • Round Robin Assign Single Item
        • Round Robin Assign Multiple Items
        • Schedule and Assign Single Item
      • Dynamic Books
        • Retrieval
      • Flow Lifecycle
        • Execute Subflow
        • Failed
        • Finish
        • Resume
        • Start
      • Leads
        • Convert Lead
        • Convert Multiple Leads
      • Logs
        • Log Message
      • Matching
        • Match Account to Account
        • Match Lead to Account
        • Match Lead to Contact
        • Match Lead to Lead
      • Next Steps
        • Add Person to Campaign
        • Add Person to Sales Engagement Cadence
        • Check Person Enrollment in Cadence
        • Create Task
        • Send Single Assignment Email
        • Send Slack Message
      • Users
        • Get Used Capacity
        • Update Capacity
        • Update Weight
      • Utils
        • Evaluate Domain against Denylist
      • Advanced
        • Build Record Map from Lookup
        • Build Record Map from Field
        • Build Text Collection from Field
        • Convert ItemAssigned to Assignment
        • Execute SOQL
        • Get Record from Record Map
        • Assign Pending Items for Multiple Queues
        • Assign Pending Items for Single Queue
        • Enqueue Multiple Items
        • Enqueue Single Item
    • Models
      • AccountMatchResult
      • AccountToAccountMatch
      • Assignment
      • ConvertLeadRequest
      • ConvertLeadResult
      • DomainEvaluationResult
      • GenericSObject
      • LeadToAccountMatch
      • LeadToContactMatch
      • LeadToLeadMatch
      • QueueUserWeight
      • RecordMap
  • Integrations
    • Getting Started
    • Slack
    • Google Workspace
    • Microsoft 365
    • Salesloft
    • Outreach
  • Advanced
    • Salesforce Permissions
  • Miscellaneous
    • Changelog
Powered by GitBook
On this page
  • Criteria
  • Ranking
  • Field updates
  1. Bookbuilder
  2. Transfer Accounts

Concepts

Core concepts used to configure both distributions and retrievals

PreviousTransfer AccountsNextAccount Pool

Last updated 10 months ago

and both rely on a set of core concepts for transferring accounts:

  • Criteria - the conditions accounts must meeting to be included in the transfer

  • Ranking - how to order the accounts being distributed or retrieved

  • Field updates - values to "stamp" on a matching accounts that are transferred by the distribution or retrieval process

Criteria

Criteria are a set of logical conditions that accounts must meet to be included in the distribution or retrieval.

Each condition specifies a true / false expression using account fields:

  • Account Field - the field on the account to match (e.g. Type)

  • Operator - the specific operator to use in the condition (e.g. "Equals", "Greater Than")

  • Value / Option - the specific value to compare the "Account Field" to using the "Operator"

In the example above, Condition 1 matches only for accounts where the Type field is equal to Prospect.

Combine conditions into a full logical expression using the mode dropdown which contains the following values:

  • All Conditions Are Met (AND) - each condition specified must be met for an account to be included

  • Any Condition is Met (OR) - only one condition must be met for an account to be included

  • Custom Condition Logic is Met - when this mode is selected, provide custom condition logic in the form of a Salesforce condition expression like 1 OR (2 AND 3).

Ranking

For each criteria, specify an "Account Field" and how to order values in that field. Specify multiple criteria as tiebreakers. For example, in the screenshot above:

  1. The accounts will first be ordered by NumberOfEmployees. Accounts with the most employees will come first.

  2. When accounts are tied for number of employees, they'll be ordered by AnnualRevenue with larger values coming first.

Field updates

This section allows you to update fields on the account when it's transferred by a retrieval or a distribution. This is often used to update a Distribution Date or Retrieval Date field on the account for reporting purposes

For each field, specify an "Account Field" and the value to set upon transfer.

There are two special values:

  • NOW - this value will be replaced with the date and time at which the transfer occurs. This is useful for scheduled transfers. This may only be used for fields of type datetime.

Ranking Criteria allows you to determine the order in which accounts are distributed or retrieved. This is especially important for as accounts will be assigned to reps in the order specified by the ranking criteria.

TODAY - this value will be replaced with the date at which the transfer occurs. This is useful for transfers. This may only be used for fields of type date.

distributions
scheduled
Distributions
retrievals
Distribution criteria fields
Ranking criteria fields
Account fields to update