CRM migration
Field-level mapping, validation, and rollback between SoulCRM and Microsoft Dynamics 365 Sales . We move data and schema; workflows are rebuilt natively in Microsoft Dynamics 365 Sales .
SoulCRM
Source
Microsoft Dynamics 365 Sales
Destination
Compatibility
7 of 9
objects map 1:1 between SoulCRM and Microsoft Dynamics 365 Sales .
Complexity
BStandard
Timeline
3-5 weeks
Overview
Migrating from SoulCRM to Microsoft Microsoft Dynamics 365 Sales is a structured transition from a small-business CRM with no public API to an enterprise sales platform with a full REST and Bulk API surface. Because SoulCRM does not publish API documentation and has no programmatic export mechanism, we extract data via CSV from each module, validate field headers against SoulCRM's standard schema, and load into Microsoft Dynamics 365 Sales using the Dataverse API with batch chunking and exponential backoff. The migration resolves SoulCRM's pipeline stage model against Microsoft Dynamics 365 Sales Opportunity Stages and Sales Processes, maps any GST or regional-segment custom fields to equivalent Dynamics 365 custom fields, and preserves the full activity timeline (calls, emails, tasks) as Task and Event records linked to the migrated Account and Contact hierarchy. SoulCRM's all-in-one design means the customer also decides whether Marketing Module campaigns and ticket data migrate to Microsoft Dynamics 365 Sales (Case) or remain in a separate system. We do not migrate SoulCRM Workflows or any built-in automation as code; we deliver a written inventory for the customer's admin to rebuild in Microsoft Dynamics 365 Sales Flow.
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.
Source platform
SoulCRM platform overview
Scorecard, SWOT, gotchas, and pricing for SoulCRM.
Destination platform
Microsoft Dynamics 365 Sales platform overview
Scorecard, SWOT, gotchas, and pricing for Microsoft Dynamics 365 Sales .
Data migration guide
The complete Microsoft Dynamics 365 Sales migration guide
Data model, import mechanisms, field mapping strategy, pitfalls, and cutover — by the engineers running it.
Destination checklist
Microsoft Dynamics 365 Sales migration checklist
Pre- and post-cutover tasks for moving onto Microsoft Dynamics 365 Sales .
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a SoulCRM object lands in Microsoft Dynamics 365 Sales , including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
SoulCRM
Company
Microsoft Dynamics 365 Sales
Account
1:1SoulCRM Company records map directly to Microsoft Dynamics 365 Sales Account. The SoulCRM company_name field maps to Account Name; phone maps to Telephone1; website maps to Website URL. We extract Companies first in every migration because Contacts and Deals carry foreign-key references to the parent Company. Any GSTIN or regional_segment custom fields on the Company map to custom attributes on Account (text fields created during schema setup). India-specific address components (state, city, PIN code) map to Address composite fields using the Dataverse address structure.
SoulCRM
Contact
Microsoft Dynamics 365 Sales
Contact
1:1SoulCRM Contact records map to Microsoft Dynamics 365 Sales Contact. Each Contact's parent_company reference resolves to an Account record via the AccountName dedupe key (or by Company ID if included in the CSV). Email, phone, mobile, and address fields map directly. SoulCRM interaction history (call logs, email captures) attaches to Contact via the Activity timeline migration. We validate email format and phone number normalization during the transform phase to satisfy Dynamics 365 field validation rules.
SoulCRM
Lead
Microsoft Dynamics 365 Sales
Lead
1:1SoulCRM Leads map to Microsoft Dynamics 365 Sales Lead if the customer maintains a separate pre-qualification stage. Lead fields (firstname, lastname, email, company, phone, source) map to the corresponding Dynamics 365 Lead attributes. We map SoulCRM's lead_status and lead_score custom fields to leadscore and leadsource on Dynamics 365. If the customer uses SoulCRM's Marketing Module for lead capture without a separate Lead object, we migrate the source Leads as Leads in Microsoft Dynamics 365 Sales rather than converting them automatically.
SoulCRM
Deal
Microsoft Dynamics 365 Sales
Opportunity
1:1SoulCRM Deals map to Microsoft Dynamics 365 Sales Opportunity. The SoulCRM deal_name maps to Opportunity Name; amount maps to EstimatedRevenue; closed_date maps to CloseDate; owner maps to OwnerId via email match against the Dynamics 365 User table. SoulCRM pipeline stages (e.g., Prospect, Qualified, Proposal, Negotiation, Won, Lost) map to configured Microsoft Dynamics 365 Sales Process stage values. We create a Sales Process in Dynamics 365 for each SoulCRM pipeline before migration so that stage names and probabilities are continuous from day one.
SoulCRM
Deal Stage
Microsoft Dynamics 365 Sales
Opportunity Stage
lossyEach SoulCRM Deal pipeline stage maps to a Microsoft Dynamics 365 Sales Process stage entry. Stage probability percentages from SoulCRM migrate to StageProbability on the corresponding OpportunityStage record. Loss reasons and win reasons from SoulCRM custom properties become the LossReason field and a custom Win_Reason__c field on Opportunity. If SoulCRM uses multiple Deal pipelines for different business lines, we configure multiple Record Types and Sales Processes in Dynamics 365, one per pipeline.
SoulCRM
Activities (Calls, Emails, Tasks)
Microsoft Dynamics 365 Sales
Task, Event, EmailMessage
1:1SoulCRM activity logs (calls, emails, tasks) map to Microsoft Dynamics 365 Sales Task and Event records. Call activities map to Task with TaskSubtype=Call and CallDurationInSeconds preserved in a custom attribute. Email activity content maps to EmailMessage records linked to the corresponding Contact or Lead. We resolve the regarding_object reference (Contact or Account) at migration time using email or name matching against the already-migrated Contact and Account records. ActivityDate and CreatedOn timestamps are preserved to maintain timeline ordering.
SoulCRM
Marketing Campaigns
Microsoft Dynamics 365 Sales
Campaign
1:1SoulCRM Marketing Module campaigns (name, type, start/end dates, budget) map to Microsoft Dynamics 365 Sales Campaign. Campaign members linking Contacts or Leads to the campaign migrate as CampaignMember records with Status values (Sent, Responded, etc.). SoulCRM campaign member interactions (opens, clicks) do not have a direct Microsoft Dynamics 365 Sales equivalent; we map them as Campaign Activity records with the interaction type as Activity Type. If the customer plans to use Dynamics 365 Marketing separately, we document the campaign object separately for that implementation team.
SoulCRM
Custom Fields
Microsoft Dynamics 365 Sales
Custom Attributes
lossySoulCRM custom fields (common examples: GSTIN, regional_segment, vertical, channel_partner_type, KYC_status) map to custom attributes (fields) on the corresponding Dynamics 365 entity. We create the custom attribute schema in Dynamics 365 before any data load, matching the field type (text, picklist, integer) to the closest Dataverse attribute type. India-specific fields like GSTIN require a text field with format validation; regional segments typically become Option Set (picklist) fields. Active custom fields (those with data) migrate; zero-value custom fields are documented and optionally excluded.
SoulCRM
Attachments
Microsoft Dynamics 365 Sales
Annotation (Notes)
1:1SoulCRM file attachments linked to Contacts, Companies, or Deals migrate as Microsoft Dynamics 365 Sales Annotation records (notes with file attachments). We extract attachments from the CSV export's file references, convert them to Base64-encoded documentbody values, and insert as Annotation records with the correct objectid and objecttypecode referencing the parent Account, Contact, or Opportunity. Folder hierarchy from SoulCRM flattens into flat attachment lists on each record in Dynamics 365.
| SoulCRM | Microsoft Dynamics 365 Sales | Compatibility | |
|---|---|---|---|
| Company | Account1:1 | Fully supported | |
| Contact | Contact1:1 | Fully supported | |
| Lead | Lead1:1 | Fully supported | |
| Deal | Opportunity1:1 | Fully supported | |
| Deal Stage | Opportunity Stagelossy | Fully supported | |
| Activities (Calls, Emails, Tasks) | Task, Event, EmailMessage1:1 | Fully supported | |
| Marketing Campaigns | Campaign1:1 | Mapping required | |
| Custom Fields | Custom Attributeslossy | Mapping required | |
| Attachments | Annotation (Notes)1:1 | Mapping required |
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.
SoulCRM gotchas
No public API documentation discovered in research
Minimum user requirements on paid tiers affect per-seat pricing
Absence from G2, Capterra, and TrustRadius review platforms
Limited documented integrations with third-party tools
Microsoft Dynamics 365 Sales gotchas
Professional tier 15-table custom table limit blocks migrations
October 2024 pricing increase applies at renewal for all customers
Custom fields must be created in the UI before API writes
Power Platform request limits apply to bulk migrations
Activity records orphaned to inactive owners fail silently
Pair-specific challenges
Migration approach
Discovery and CSV export checklist
We conduct a scoping call with the customer's SoulCRM admin to inventory active modules (Companies, Contacts, Deals, Leads, Activities, Campaigns), identify all custom fields in use, assess CSV export capability per module, and estimate record volumes. We provide a CSV export checklist specifying the exact field headers, date format (ISO 8601 preferred), delimiter (comma), and encoding (UTF-8) required for our import tooling. We also identify any SoulCRM integrations (telephony, email capture) that require replacement in Microsoft Dynamics 365 Sales and document them as integration inventory for the customer's IT team.
Schema design and Dynamics 365 custom attribute provisioning
We design the Microsoft Dynamics 365 Sales schema based on the SoulCRM field inventory. This includes creating custom attributes (columns) for India-specific fields (GSTIN, regional segments, channel type), configuring Sales Processes and Record Types to match SoulCRM's pipeline stage model, and setting up Option Set values for picklist fields. Schema design happens in a Dynamics 365 Sandbox before production to validate field-level validation rules and required-field constraints. We also confirm the customer's Dynamics 365 edition (Professional at $65/user/mo or Enterprise at $105/user/mo with Copilot) during this step.
CSV import with transform and validation
We receive the customer's CSV exports and run them through a transform layer that normalizes field names, date formats, phone numbers, and email addresses to meet Dynamics 365 Dataverse import requirements. SoulCRM's parent-company references resolve against the Account dedupe key (Company Name or GSTIN if available). Any SoulCRM custom fields without a Dynamics 365 equivalent are flagged for the customer to confirm before mapping. We run a validation pass that counts records per object, checks for required-field gaps, and emits a data quality report before any API inserts begin.
Production import via Dataverse API with dependency ordering
We import data into Microsoft Dynamics 365 Sales in strict dependency order: Accounts (from SoulCRM Companies) first; Contacts next with AccountId resolved; Leads next; Opportunities next with OwnerId resolved via email-to-User matching and RecordTypeId set per SoulCRM pipeline; Activities next via Bulk API with batch chunking and parent-record lookup (WhoId, WhatId, AccountId) resolved against the already-loaded records. Each phase emits a row-count reconciliation report comparing migrated count against the CSV source count. Validation rules in Dynamics 365 are temporarily bypassed for the migration user or extended with a migration-context check to prevent bulk rejection.
Activity timeline reconstruction
SoulCRM activity logs (calls, emails, tasks) are the most complex migration objects because they require WhoId and WhatId resolution against newly-created Account, Contact, and Opportunity records. We extract the activity type, timestamp, subject, body content, and disposition from the SoulCRM CSV, resolve the Contact or Account reference via email matching or name deduping, and insert as Task, Event, or EmailMessage records via the Dataverse Bulk API. Call duration and disposition preserve in custom attributes on the Task record. ActivityDate is set to the original SoulCRM timestamp to maintain the chronological timeline.
Cutover, delta sync, and automation rebuild handoff
We freeze SoulCRM writes during cutover and run a final delta migration of any records created or modified in SoulCRM during the migration window. Microsoft Dynamics 365 Sales becomes the system of record on the agreed cutover date. We deliver the automation inventory document (SoulCRM workflow equivalents in Power Automate or Sales Flow) and the integration replacement plan to the customer's admin team. We support a one-week hypercare window for reconciliation issues. Workflow rebuilds, Power Automate flow creation, and LinkedIn Sales Navigator or Business Central integration are outside standard migration scope and require a separate engagement.
Platform deep dives
SoulCRM
Source
Strengths
Weaknesses
Microsoft Dynamics 365 Sales
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 SoulCRM and Microsoft Dynamics 365 Sales .
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
SoulCRM: Not publicly documented.
Data volume sensitivity
SoulCRM 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 SoulCRM to Microsoft Dynamics 365 Sales migration scoping. Not seeing yours? Book a call.
Walk through your SoulCRM to Microsoft Dynamics 365 Sales migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave SoulCRM
Other ways to arrive at Microsoft Dynamics 365 Sales
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.