CRM migration
Field-level mapping, validation, and rollback between Upvise and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.
Upvise
Source
Nutshell
Destination
Compatibility
13 of 14
objects map 1:1 between Upvise and Nutshell.
Complexity
BStandard
Timeline
48–72 hours
Overview
Upvise organizes data around entities—Contacts, Companies, Jobs, and Custom Fields—with a simple relationship model between them. Nutshell separates People (Contacts), Companies, Leads, and Deals (pipeline-based), adding a distinct Lead object for unqualified prospects that Upvise conflates into the Contact entity. This structural split drives the most consequential mapping decisions in an Upvise-to-Nutshell migration. FlitStack AI extracts Upvise data via the platform's JSON-RPC API using scoped read access, preserving original create dates and owner assignments throughout. Jobs in Upvise translate to Deals in Nutshell, with pipeline stages created per Upvise job status values. Custom Fields defined in Upvise become Nutshell custom fields on the corresponding object (Person, Company, or Deal). Activity history—notes, tasks, and logged calls—moves as Nutshell Activities with original timestamps. What does NOT migrate: Upvise workflow automations and form scripts have no Nutshell equivalent and must be rebuilt using Nutshell's workflow engine post-migration. Reports and dashboards in Upvise do not transfer; underlying data does. Integration connections (to QuickBooks, Google Workspace, etc.) must be re-established in Nutshell. The migration runs in two phases: a sample migration against a representative record slice generates a field-level diff for your review, then the full migration executes with a 24–48 hour delta pickup window capturing any changes made during cutover.
Every standard and custom field arrives verified.
AI proposes the map; you confirm before any record moves.
Parent–child, lookups, and ownership stay linked.
Calls, emails, meetings — with original timestamps.
Documents, uploads, and inline notes move with the record.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a Upvise object lands in Nutshell, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Upvise
Contact
Nutshell
Person
1:1Upvise Contacts map directly to Nutshell People. Name, email, phone, address, and job title fields transfer to matching Nutshell Person fields. The original Upvise contact ID is preserved as Source_System_ID__c for delta-run deduplication. This custom field enables FlitStack to identify previously migrated contacts during subsequent delta runs, preventing duplicate record creation and ensuring data integrity throughout the migration lifecycle.
Upvise
Contact (role=Prospect)
Nutshell
Lead
1:manyUpvise Contacts flagged as prospects (role field = 'prospect' or 'lead') route to Nutshell Leads during migration. Status values map to Nutshell Lead Status pick-list entries. Contacts with role='customer' or 'client' remain as Nutshell People. Any contact records lacking a role designation are flagged for manual review before the full migration executes, ensuring clean segmentation between qualified and unqualified prospects in the target system.
Upvise
Company
Nutshell
Company
1:1Upvise Companies map 1:1 to Nutshell Companies. Name, domain, industry, employee count, and annual revenue fields transfer directly. Parent-child company hierarchies in Upvise map to Nutshell's parent company reference field. The original company creation timestamp is preserved in a custom datetime field to maintain historical accuracy for reporting and audit purposes in Nutshell.
Upvise
Job
Nutshell
Deal
1:1Upvise Jobs translate to Nutshell Deals. Job name, amount, and status become Deal name, value, and pipeline stage respectively. The job's primary Contact and Company become the Deal's linked Person and Company in Nutshell. Custom fields attached to the Upvise Job migrate to the corresponding Deal's custom fields, maintaining all job-specific data properties in the new system.
Upvise
Job Status
Nutshell
Pipeline Stage
1:1Upvise job status values (e.g., Quoted, In Progress, Won, Lost) map to Nutshell Pipeline Stage pick-list values. Each Upvise status gets assigned a corresponding Nutshell stage; teams with multiple distinct statuses may require multiple Nutshell pipelines for correct scoping. The value mapping table is reviewed during the sample migration phase to ensure accurate stage attribution before the full run.
Upvise
Job (Jobtype)
Nutshell
Pipeline
1:1If Upvise Jobs use a Jobtype field to distinguish deal categories (e.g., 'Service' vs. 'Product'), FlitStack creates separate Nutshell Pipelines keyed by that field. Each pipeline gets its own stage set, ensuring stage pick-list values are scoped correctly. This approach prevents stage value conflicts across different job categories and aligns with Nutshell's pipeline architecture for accurate pipeline reporting.
Upvise
Custom Field (Job-level)
Nutshell
Custom Field (Deal)
1:1Upvise Custom Fields attached to Jobs become Nutshell custom fields on the Deal object. Field types (dropdown, date, checkbox) map to Nutshell's equivalent types. For per-pipeline custom fields, the field is scoped to the pipeline that received the job's data.
Upvise
Custom Field (Contact-level)
Nutshell
Custom Field (Person)
1:1Upvise Contact-level custom fields migrate as Nutshell custom fields on the Person object. Field types including text, number, date, and dropdown map to Nutshell's corresponding field types. If the original contact was classified as a Lead during the split migration, the custom field migrates to the Lead record as well, preserving reporting continuity across both Person and Lead objects in Nutshell.
Upvise
Custom Field (Company-level)
Nutshell
Custom Field (Company)
1:1Upvise Company-level custom fields transfer to Nutshell Company custom fields. The field name in Upvise becomes the display label in Nutshell; the API name is auto-generated by Nutshell's field creation process. All company-specific data properties remain intact, allowing teams to maintain detailed company profiles in the new CRM without manual re-entry.
Upvise
Activity (Call, Note, Email)
Nutshell
Activity (Task, Note)
1:1Upvise activity records attach to Jobs and migrate as Nutshell Activities. Call activities become Nutshell Tasks with Type='Call'. Note activities become Nutshell Notes. Email logging migrates as Task activities with Type='Email'. Original timestamp and owner attribution are preserved on each activity record, maintaining the complete activity history timeline in Nutshell for account management and audit trails.
Upvise
User / Owner
Nutshell
User / Owner
1:1Upvise user IDs are resolved by email match against Nutshell users before migration. FlitStack compares each Upvise owner's email address with Nutshell user accounts to establish the correct OwnerId mapping. Unmatched owners receive a fallback assignment to a designated Nutshell admin. The original owner ID from Upvise is logged in Source_Owner_ID__c for post-migration auditing and reporting accuracy.
Upvise
Attachment / File
Nutshell
Attachment
1:1Files attached to Upvise Jobs or Contacts are downloaded and re-uploaded to Nutshell as Attachments linked to the corresponding record. File size limits from Nutshell's storage configuration apply; large files may require compression. All attachment types including documents, images, and PDFs transfer to maintain complete record context in Nutshell's activity timeline.
Upvise
Asset
Nutshell
Company (Custom Object)
1:1Upvise Assets have no direct Nutshell equivalent in standard plans. If your team relies on asset tracking, the asset records migrate as a custom object in Nutshell (requires Enterprise plan). Asset-to-Job relationships are preserved as custom lookup fields on the custom object, allowing you to link asset records to Deals. This ensures asset context is maintained even without native asset management in Nutshell.
Upvise
Workflow / Automation
Nutshell
Workflow / Automation
1:1Upvise workflow automations and form scripts do not migrate due to platform-specific implementation differences. FlitStack exports complete workflow definitions as JSON for reference documentation. Nutshell's own automation builder (available on Pro+ tiers) must be used to recreate these workflows post-migration. The exported JSON provides a detailed blueprint for rebuilding each automation step-by-step in Nutshell's workflow engine.
| Upvise | Nutshell | Compatibility | |
|---|---|---|---|
| Contact | Person1:1 | Fully supported | |
| Contact (role=Prospect) | Lead1:many | Fully supported | |
| Company | Company1:1 | Fully supported | |
| Job | Deal1:1 | Fully supported | |
| Job Status | Pipeline Stage1:1 | Fully supported | |
| Job (Jobtype) | Pipeline1:1 | Fully supported | |
| Custom Field (Job-level) | Custom Field (Deal)1:1 | Fully supported | |
| Custom Field (Contact-level) | Custom Field (Person)1:1 | Fully supported | |
| Custom Field (Company-level) | Custom Field (Company)1:1 | Fully supported | |
| Activity (Call, Note, Email) | Activity (Task, Note)1:1 | Fully supported | |
| User / Owner | User / Owner1:1 | Fully supported | |
| Attachment / File | Attachment1:1 | Fully supported | |
| Asset | Company (Custom Object)1:1 | Fully supported | |
| Workflow / Automation | Workflow / Automation1:1 | Fully supported |
Gotchas + challenges
Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.
Upvise gotchas
No public API means migration relies on manual export
Custom field types may not map directly to destination schemas
Form scripting logic does not transfer to non-Upvise destinations
User seat count is migration-scope critical
Nutshell gotchas
Contact tier limits enforced on import
No bulk API endpoint requires paginated extraction
Email sequences not exportable via API
Foundation plan disables key sales features
Pair-specific challenges
Migration approach
Enumerate record IDs and extract Upvise schema
FlitStack connects to Upvise via JSON-RPC API using scoped read access. We first enumerate all Contact, Company, Job, Activity, and Asset record IDs by querying each entity type. The Upvise custom field definitions are read from the account's metadata API, producing a complete field inventory. This enumeration phase runs read-only—your team continues working in Upvise. For large accounts (5,000+ records), this phase uses bulk ID retrieval to avoid Upvise's find-operation rate limits.
Classify contacts and build Nutshell schema checklist
We evaluate each Upvise Contact's role field to classify it as a Nutshell Lead or Person. Contacts without a role are flagged for manual classification. We then generate a Nutshell schema setup checklist: pipeline creation (per jobtype), stage configuration (per pipeline), custom field creation (per object), and owner email mapping to Nutshell user accounts. Your Nutshell admin completes this checklist before the migration window. FlitStack provides step-by-step instructions for each action.
Run sample migration with field-level diff
A representative slice—typically 100–500 records spanning contacts, companies, jobs, and activities—migrates into Nutshell as a dry run. FlitStack generates a field-level diff comparing source and destination values for every mapped field. You review the diff to verify Lead-Person classification, custom field values, owner resolution, and pipeline-stage mapping. No data commits permanently until you approve the sample results. Adjustments to value-mapping tables or custom field creation happen before the full run.
Execute full migration with delta pickup window
Upon sample approval, the full migration runs in record-type batches: Companies first (foreign key resolution), then People and Leads (cross-referencing Companies), then Deals (cross-referencing People and Companies), then Activities. A 24–48 hour delta pickup window opens at migration start, capturing any records created or modified in Upvise during the cutover window. FlitStack's audit log records every operation. If reconciliation identifies missing records or mismatched values, one-click rollback reverts the Nutshell instance to its pre-migration state.
Post-migration validation and workflow rebuild reference
After the delta pickup closes, FlitStack delivers a reconciliation report comparing record counts and field-value totals between Upvise and Nutshell. Your team validates deal values, contact classifications, and activity counts in Nutshell before accepting the migration. We export Upvise workflow definitions as JSON for reference during the Nutshell automation rebuild. Integration reconnection guidance (QuickBooks, Zapier, Gmail) is provided as a separate checklist. FlitStack support remains available for 14 days post-migration for any data corrections.
Platform deep dives
Upvise
Source
Strengths
Weaknesses
Nutshell
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. 2 of 8 objects need a mapping; the rest are 1:1.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Upvise and Nutshell.
Object compatibility
2 of 8 objects need a mapping; the rest are 1:1.
Field mapping clarity
Field mapping is derived from defaults — final spec confirmed during the sample migration.
Timeline complexity
8-object category — typical timelines run 2–7 days end-to-end.
API constraints
Upvise: Not publicly documented.
Data volume sensitivity
Upvise doesn't expose a bulk API — REST + parallelization used for high-volume runs.
Estimator
Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.
Step 1
Pick a category, then your source and destination platforms.
Category
FAQ
Answers to the questions buyers ask most during Upvise to Nutshell migration scoping. Not seeing yours? Book a call.
Walk through your Upvise to Nutshell migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Upvise
Other ways to arrive at Nutshell
Ready when you are
Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.