CRM migration
Field-level mapping, validation, and rollback between Best Case Bankruptcy and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.
Best Case Bankruptcy
Source
Nutshell
Destination
Compatibility
12 of 15
objects map 1:1 between Best Case Bankruptcy and Nutshell.
Complexity
BStandard
Timeline
24–72 hours
Overview
Best Case Bankruptcy organizes data around legal bankruptcy cases: debtors, creditors, schedules, and court filings. Nutshell CRM organizes data around People, Companies, Leads, Deals, and Activities. The migration must collapse a legal-document-centric model into a relationship-centric CRM while preserving what matters — client contact information, creditor data, case identifiers, chapter type, and filing status. We extract debtor records and their associated properties from Best Case, map creditors to Nutshell Companies, and attach case-specific metadata (court, case number, chapter, filing date) as custom fields on People or Deals. Nutshell has no native bankruptcy schema, so every case attribute becomes a custom field created during the migration. Court scheduling data migrates as Activities tied to the debtor record. We use Best Case's export capabilities and Nutshell's JSON-RPC API to transfer data with a 24–48 hour delta-pickup window. Workflows, templates, and automation logic in Best Case are bankruptcy-specific and cannot translate to Nutshell — we export those definitions for manual rebuild as Nutshell sequences or tasks.
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 Best Case Bankruptcy 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.
Best Case Bankruptcy
Debtor
Nutshell
Person
1:1Best Case debtor records map directly to Nutshell People. Each debtor is a primary client (the bankruptcy petitioner). FlitStack maps debtor name, contact info, SSN (stored securely as custom field), address, and phone to the corresponding Nutshell Person fields. The debtor's email becomes the Person email for CRM communication.
Best Case Bankruptcy
Debtor
Nutshell
Lead
1:manyDebtor records entering Nutshell as Leads if they have not yet converted to active clients. Pre-petition intake contacts (potential clients who have not filed) route to Nutshell Leads; once they become active filers they convert to People records with the case custom field populated.
Best Case Bankruptcy
Creditor
Nutshell
Company
1:1Best Case creditor entries (name, address, account number, claim amount) map to Nutshell Companies. Each creditor is a business entity owed money by the debtor. FlitStack preserves creditor name, mailing address, and claim amount as custom fields on the Company record.
Best Case Bankruptcy
Debtor-Creditor Relationship
Nutshell
Person-Company Association
many:1Best Case tracks which creditors are owed by which debtor across schedules. Nutshell has no native N:N debtor-to-creditor link — we create custom fields on the Person record listing associated creditors and on the Company record listing associated debtors, enabling bidirectional lookup.
Best Case Bankruptcy
Case Number
Nutshell
Custom Field on Person
1:1Best Case bankruptcy case numbers (court jurisdiction plus year plus sequential ID) have no Nutshell equivalent. We create a Case_Number__c custom text field on the Person record to store the full case identifier. Separate custom fields store Court_Name__c and Filing_Date__c for complete case metadata.
Best Case Bankruptcy
Chapter Type
Nutshell
Custom Field on Person
1:1Best Case Chapter types (7, 13, 11, 9, 12, 15) map to a Chapter_Type__c custom pick-list on the Person record. Each chapter value is mapped explicitly: Chapter 7, Chapter 13, Chapter 11, etc. No calculation logic transfers — those rules live in Best Case's form engine.
Best Case Bankruptcy
Schedule A (Real Property)
Nutshell
Custom Fields on Person
1:1Real property listings from Schedule A (address, property type, estimated value, encumbrances) are stored as custom fields on the Person record. Multiple properties per debtor are handled by creating multiple Property_Address_N__c, Property_Value_N__c fields (N = 1–10) or linking to a custom Property object.
Best Case Bankruptcy
Schedule B (Personal Property)
Nutshell
Custom Fields on Person
1:1Personal property assets from Schedule B (description, value, category) map to custom fields Asset_Description_N__c and Asset_Value_N__c on the Person record. High-value items such as vehicles and jewelry are flagged in a separate custom field for exemption analysis review in Best Case.
Best Case Bankruptcy
Schedule D/E/F (Debt)
Nutshell
Company Records + Custom Fields
many:1Secured, priority, and unsecured debts from Schedules D, E, and F are split across Creditor Company records (name, address) and custom fields on the Person (total debt amounts by category). Claim amounts from Best Case carry over to the Creditor Company's custom Claim_Amount__c field.
Best Case Bankruptcy
Court Date / Calendar Event
Nutshell
Activity
1:1Best Case PACER-synced court dates (341 meeting, confirmation hearing, discharge date) migrate as Nutshell Activities with Type = Meeting, Subject = hearing type, and Due Date = court date. Original court time and location stored in the Activity description. Trustee name stored as a custom field.
Best Case Bankruptcy
Proof of Claim Filed
Nutshell
Custom Field on Company
1:1When a creditor files a Proof of Claim in the bankruptcy case, this status migrates as a POC_Filed__c check-box custom field on the Creditor Company record, plus POC_Amount__c and POC_Filed_Date__c for complete filing documentation.
Best Case Bankruptcy
Means Test Result
Nutshell
Custom Field on Person
1:1Best Case Means Test Calculator results including median income comparison and disposable income calculation migrate as custom currency fields on the Person record: Means_Test_Result__c, Median_Income__c, and Disposable_Income__c. These values determine Chapter 7 vs 13 eligibility analysis.
Best Case Bankruptcy
Exemption Analysis
Nutshell
Custom Field on Person
1:1Best Case Exemption Analyzer output (which assets are exempt under state or federal law) migrates as custom fields on the Person record: Exempt_Assets__c (summary text), Exemption_State__c, and Federal_Exemptions_Used__c for comprehensive exemption tracking.
Best Case Bankruptcy
Client Portal Intake
Nutshell
Custom Field on Person
1:1Best Case Client Portal intake questionnaire responses including income, expenses, and assets are stored as custom fields on the Person record. FlitStack maps intake date, questionnaire completion status, and key financial figures for client qualification.
Best Case Bankruptcy
Note / Task
Nutshell
Activity
1:1Notes and tasks in Best Case including internal case notes and follow-up reminders map to Nutshell Activities with Type = Note or Task. Original timestamps and assigned user are preserved in the migrated records. Court-specific notes attach to the debtor Person record.
| Best Case Bankruptcy | Nutshell | Compatibility | |
|---|---|---|---|
| Debtor | Person1:1 | Fully supported | |
| Debtor | Lead1:many | Fully supported | |
| Creditor | Company1:1 | Fully supported | |
| Debtor-Creditor Relationship | Person-Company Associationmany:1 | Fully supported | |
| Case Number | Custom Field on Person1:1 | Fully supported | |
| Chapter Type | Custom Field on Person1:1 | Fully supported | |
| Schedule A (Real Property) | Custom Fields on Person1:1 | Fully supported | |
| Schedule B (Personal Property) | Custom Fields on Person1:1 | Fully supported | |
| Schedule D/E/F (Debt) | Company Records + Custom Fieldsmany:1 | Fully supported | |
| Court Date / Calendar Event | Activity1:1 | Fully supported | |
| Proof of Claim Filed | Custom Field on Company1:1 | Fully supported | |
| Means Test Result | Custom Field on Person1:1 | Fully supported | |
| Exemption Analysis | Custom Field on Person1:1 | Fully supported | |
| Client Portal Intake | Custom Field on Person1:1 | Fully supported | |
| Note / Task | Activity1: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.
Best Case Bankruptcy gotchas
Software activation gate after renewal requires credit card entry
No public API — all exports are file-based or manual
Form version sensitivity means schedules filed in older editions may not re-file correctly
PACER calendar sync is a one-way pull, not a stored data object
e-filing authentication errors block court submissions without clear diagnostics
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
Authorize Best Case data export with Stretto
FlitStack opens a support coordination ticket with Stretto to authorize data export from Best Case. We extract debtor records, creditor entries, case identifiers, schedule data, and calendar events using Best Case's export interface. If any records are inaccessible due to license status, we flag those cases before migration begins. The export produces CSV or structured data files that become the migration source.
Design Nutshell custom field schema
Based on the exported Best Case data, FlitStack generates a custom field creation checklist for Nutshell. We identify every bankruptcy-specific attribute (case number, chapter type, trustee name, Means Test results, POC status) and map each to a corresponding custom field on the Person or Company object. Nutshell admins create these fields before data import. We provide field names, types (text, pick-list, currency, date, checkbox), and pick-list values for each.
Run sample migration with field-level diff
A representative slice of debtor records (typically 50–200) migrates to Nutshell first. We generate a field-level diff comparing source values from Best Case against the corresponding Nutshell custom field values, verifying that chapter type mapping, date formats, and currency amounts translate correctly. You review the sample in Nutshell before the full run commits. Any mapping corrections are applied to the migration configuration.
Execute full migration with delta-pickup window
All debtor records, creditor records, and associated custom field data migrate to Nutshell. Activities (court dates, 341 meetings, tasks, notes) attach to the corresponding Person records. A 24–48 hour delta-pickup window captures any new intake records created in Best Case during the cutover period. FlitStack sequences creditors after debtors so Person-to-Company associations resolve correctly. An audit log tracks every record migrated and its source case number.
Deliver migration report and rebuild reference export
FlitStack delivers a migration summary report showing record counts by object, custom field coverage, and any records that could not migrate (with reason codes). We also export Best Case workflow definitions, template settings, and e-filing configurations as a PDF reference document for your team to use when rebuilding those processes in Nutshell or a separate court technology tool. One-click rollback is available for 7 days post-migration if reconciliation reveals issues.
Platform deep dives
Best Case Bankruptcy
Source
Strengths
Weaknesses
Nutshell
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. 1 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 Best Case Bankruptcy and Nutshell.
Object compatibility
1 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
Best Case Bankruptcy: Not publicly documented.
Data volume sensitivity
Best Case Bankruptcy 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 Best Case Bankruptcy to Nutshell migration scoping. Not seeing yours? Book a call.
Walk through your Best Case Bankruptcy 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 Best Case Bankruptcy
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.