Skip to main content

Overview

Auction templates let super admins create new auctions from existing, pre-configured auctions. Instead of setting up locations, submission types, defect categories, and other configuration from scratch, you can clone all configuration from a template auction into a fully independent new auction.
Super Admin Only: Both marking an auction as a template and creating auctions from templates require super admin access.

How Templates Work

A template is simply an existing auction with the template flag enabled. When you create a new auction from a template, the system performs a deep copy of all configuration while ensuring the new auction is completely independent.

What Gets Copied

Locations

All locations with addresses, operating hours, and submission frequencies

Submission Types

Custom submission types with display order and activity rates

Defect Categories

Custom defect categories with display order

Location Configs

Per-location submission type and defect category assignments

Backlog Thresholds

Green/yellow hour thresholds for global and per-location overrides

Custom Object Types

Custom objects with field schemas, display names, and icons

Object Associations

Relationship mappings between custom and system objects

Field Definitions

Custom field definitions for tables

Jobs

Custom jobs with descriptions, activity rates, and display order

Abilities

Custom abilities with descriptions and display order

Job-Ability Mappings

Which abilities are assigned to which jobs

Branding

Logo URL and color scheme (primary, secondary, accent)

Settings

Auction-level settings such as edit window duration

What Does NOT Get Copied

ItemReason
Team membersThe creating user becomes the sole owner
Submission dataLot submissions, inspections, and reports are never copied
Chat messagesCommunication history stays with the original auction
System submission typesShared globally, no need to copy
System defect categoriesShared globally, no need to copy
System jobs & abilitiesShared globally, no need to copy
The template flag itselfNew auctions are never templates by default
The new auction is completely independent after creation. Modifying the template auction later will not affect any auctions previously created from it.

Marking an Auction as a Template

1

Navigate to Settings

Open the auction you want to use as a template and go to Settings
2

Find Template Section

Scroll to the Auction Template card. This section is only visible to super admins.
3

Enable Template

Toggle the switch to on. The auction will now appear as a template option when creating new auctions.A confirmation toast will appear: “Auction marked as template”
To remove an auction from the template list, simply toggle the switch back to off.
Disabling the template flag does not affect auctions that were previously created from this template. They remain fully independent.

Creating an Auction from a Template

When templates are available, the auction creation page shows a template selection section above the name field.
1

Open Create Auction

Click the auction switcher in the header and select “Create new Auction”
2

Select a Template

Browse the available templates displayed as cards. Each card shows:
  • Auction name
  • Number of locations
  • Number of custom submission types
  • Number of custom defect categories
  • Number of custom objects
  • Number of custom jobs
Click a card to select it. Click again to deselect.
3

Enter Auction Name

Type the name for your new auction. A unique URL slug is generated automatically.
4

Create from Template

Click “Create from Template” (the button text changes when a template is selected)The system will:
  1. Create the new auction with a unique slug
  2. Assign you as the owner
  3. Deep-copy all configuration from the template
  4. Redirect you to the new auction dashboard
You can also skip the template and create a blank auction by leaving no template selected. The form shows an “or start from scratch” divider to make this clear.

ID Remapping

When configuration is copied, all internal IDs are regenerated. The system maintains correct relationships by remapping references:
  • Custom submission types get new IDs, and all location-level submission type assignments are updated to reference the new IDs
  • Custom defect categories get new IDs, and location-level defect category assignments are remapped accordingly
  • Locations get new IDs, and all per-location configurations (submission types, defect categories, backlog thresholds) reference the new location IDs
  • Custom object types get new IDs, and object associations are preserved
  • Custom jobs get new IDs, and job-ability mappings reference the new job IDs
  • Custom abilities get new IDs, and job-ability mappings reference the new ability IDs
  • System types (shared across all auctions) are referenced as-is without remapping
This ensures that the new auction’s configuration is self-contained and does not share any mutable references with the template.

Access Control

ActionRequired Role
Toggle template flag on/offSuper admin
View templates on create pageSuper admin
Create auction from templateSuper admin
Create auction without templateAny authenticated user
Non-super-admin users see the standard create auction form without any template options.

Best Practices

Designing Good Templates

A well-designed template saves hours of manual configuration for each new auction.
  • Include all standard locations with correct operating hours and submission frequencies
  • Configure submission types that are common across your organization
  • Set up defect categories that match your quality inspection standards
  • Define backlog thresholds with sensible defaults for green/yellow status
  • Add branding with placeholder colors that can be customized later

Template Naming

Use clear, descriptive names for template auctions so super admins can quickly identify the right template:
  • “Standard Auto Auction (3 Locations)”
  • “Small Dealer Template”
  • “Enterprise - Full Config”

Maintaining Templates

  • Review periodically: Update template configuration when organizational standards change
  • Test before publishing: Create a test auction from the template to verify the copy is correct
  • Document what’s included: Keep notes about what each template contains for other admins

Troubleshooting

Cause: You are not a super adminSolution: Only super admins can see and use templates. Contact your system administrator to request super admin access.
Cause: No auctions have been marked as templates, or all template auctions are inactiveSolution: Mark an existing auction as a template in its Settings page, and ensure the auction is active.
Possible causes:
  • Source auction is no longer marked as a template
  • Source auction has been deleted or deactivated
  • Database error during the deep copy
Solution: Try again. If the issue persists, check that the template auction still exists and is active, then contact support.

Next Steps