CRM migration
Field-level mapping, validation, and rollback between The Service Manager and monday CRM. We move data and schema; workflows are rebuilt natively in monday CRM.
The Service Manager
Source
monday CRM
Destination
Compatibility
12 of 12
objects map 1:1 between The Service Manager and monday CRM.
Complexity
BStandard
Timeline
72–120 hours
Overview
The Service Manager (TSM) is a ticket-centric ITSM and CRM hybrid that stores contacts as Contact records, organizations as Company records, and service work as Incidents or Service Requests — each with a rich set of priority, status, and assignment fields. Monday CRM builds its data model around Boards (one per entity type) containing Items (records) with customizable Columns (fields), and supports sub-items for nested activity. The two platforms share no native export compatibility, so every TSM object requires explicit field-to-column mapping during migration. FlitStack AI sequences the migration by first mapping TSM Contact and Organization records into Monday's People Board and Company Board respectively, then migrating open Incidents and Service Requests into a dedicated Services Board with status and priority columns preserved as Monday status labels and number columns. Attachments migrate as Monday file uploads linked to the relevant items. Because Monday does not have a native ITSM-incident equivalent, service records land as items in a customizable board — your team decides column layout after seeing the migration plan. We use TSM's REST API (or CSV export as fallback) to extract all records, normalize field values (phone formats, date formats), and bulk-insert into Monday via the monday.com GraphQL API respecting per-plan rate limits (1,000 calls/day on Basic/Standard, 10,000 on Pro). A delta-pickup window captures any records modified during cutover. Automations, assignment rules, and SLA policies from TSM do not migrate — we export them as readable configuration documents for manual rebuild in Monday's automation builder.
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 The Service Manager object lands in monday CRM, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
The Service Manager
Contact
monday CRM
People Board
1:1TSM Contact records map to the Monday People Board. Each contact becomes an Item with Name, Email, Phone, Mobile, and Title stored as separate columns. The TSM organization link resolves to a Monday Company Board item if one exists; otherwise the organization name is stored as a text column.
The Service Manager
Organization
monday CRM
Company Board
1:1TSM Organization (Company) records map to a Monday Company Board. Each organization becomes a Board Item with company name, domain, industry, employee count, and annual revenue stored as text, link, and number columns. Phone and address fields map to Monday's Phone and Address column types.
The Service Manager
Incident
monday CRM
Services Board (Incident item)
1:1TSM Incidents have no Monday CRM native equivalent. We map incidents to a dedicated Services Board where each incident becomes an Item. Item name carries incident_title. Description, priority (P1–P4 mapped to Monday status labels), status (New / In Progress / Resolved / Closed), assigned_to, createdate, and resolvedate map to dedicated columns. SLA deadline fields become Date columns with conditional formatting logic documented for Monday automation recreation.
The Service Manager
Service Request
monday CRM
Services Board (Request item)
1:1TSM Service Requests map to the same Services Board as Incidents using a Request Type column to distinguish them. Request type values (e.g., Password Reset, Access Request) become Monday Status labels. Affected CI (Configuration Item) fields become text or link columns pointing to Assets Board items.
The Service Manager
Asset / Configuration Item
monday CRM
Assets Board
1:1TSM Assets and Configuration Items map to a Monday Assets Board. Each asset becomes an Item with asset name, asset tag, serial number, location, and assigned-to user columns. The assigned_to column links to the relevant People Board item via Monday's people column.
The Service Manager
User / Technician
monday CRM
Workspace Members
1:1TSM User and Technician records map to Monday workspace members by email match. User display name and role (Resolver Group) are stored as text columns on a Team Board for reference. Inactive TSM users are imported as text names in assignee columns without creating Monday accounts.
The Service Manager
Note / Activity Log
monday CRM
Item Updates / Sub-items
1:1TSM activity log entries (notes, comments, work notes on incidents) migrate as Monday Item Updates with original timestamps and author names. Long-form notes may be converted to sub-items with a Note label column to preserve formatting. Original timestamps are preserved in update metadata.
The Service Manager
Attachment / Document
monday CRM
Monday Files (linked to items)
1:1TSM file attachments download from the source and re-upload to Monday Files linked to the corresponding item via the Files column. Each file carries its original filename and upload date. Monday's 500MB per-file limit is checked before migration; files exceeding the limit are flagged for chunked upload or external link reference.
The Service Manager
Custom Field (Contact)
monday CRM
Custom Column on People Board
1:1TSM custom fields on Contact objects require new Monday columns on the People Board. We create the column in the correct type (Text, Number, Date, Status, etc.) based on the TSM field data type. Multi-select picklist fields become Monday Status columns with options matching TSM picklist values exactly.
The Service Manager
Custom Field (Incident / Service Request)
monday CRM
Custom Column on Services Board
1:1TSM custom fields on Incidents and Service Requests create new columns on the Services Board. Type-aware mapping applies: date fields become Monday Date columns, number fields become Number columns, and picklist fields become Status labels. The full custom field inventory is delivered in the pre-migration plan so columns are created before data insertion.
The Service Manager
TSM Workflow / Assignment Rule
monday CRM
Automation rebuild reference document
1:1TSM workflows including assignment rules, SLA escalation timers, and auto-routing logic have no Monday CRM equivalent and are not migrated. We export all TSM workflow definitions as a structured reference document (JSON + human-readable summary) so your Monday admin can rebuild equivalent automations in Monday's automation builder.
The Service Manager
Knowledge Base Article
monday CRM
Docs Board / External KB
1:1TSM Knowledge Base articles are not migrated to Monday natively. We export article titles, body content, and linked KB categories as a document package. You can recreate them in Monday Docs, link them to Services Board items via URL columns, or import them into a separate knowledge-base tool.
| The Service Manager | monday CRM | Compatibility | |
|---|---|---|---|
| Contact | People Board1:1 | Fully supported | |
| Organization | Company Board1:1 | Fully supported | |
| Incident | Services Board (Incident item)1:1 | Fully supported | |
| Service Request | Services Board (Request item)1:1 | Fully supported | |
| Asset / Configuration Item | Assets Board1:1 | Fully supported | |
| User / Technician | Workspace Members1:1 | Fully supported | |
| Note / Activity Log | Item Updates / Sub-items1:1 | Fully supported | |
| Attachment / Document | Monday Files (linked to items)1:1 | Fully supported | |
| Custom Field (Contact) | Custom Column on People Board1:1 | Fully supported | |
| Custom Field (Incident / Service Request) | Custom Column on Services Board1:1 | Fully supported | |
| TSM Workflow / Assignment Rule | Automation rebuild reference document1:1 | Fully supported | |
| Knowledge Base Article | Docs Board / External KB1: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.
The Service Manager gotchas
Dense service history causes export pagination failures
Custom fields on Work Orders differ by FSM version
Serialized asset cross-references break after migration
Parts inventory snapshot staleness at cutover
monday CRM gotchas
Subitems are not included in bulk exports
Daily API call limits vary sharply by plan
Legacy automations (Sentence Builder) are being deprecated
Excel and account exports only include table views
Enterprise admins can disable non-admin exports
Pair-specific challenges
Migration approach
Discover TSM schema and export configuration
We connect to TSM via API (REST or SOAP, depending on your TSM version) or CSV export to inventory all Contact, Organization, Incident, Service Request, Asset, and User records. We capture field names, data types, picklist values, custom field definitions, and existing workflow/assignment rule names. We also export TSM workflow definitions and SLA configuration as reference documents for the rebuild phase. This discovery output becomes the migration blueprint: board structure, column types, and link strategy are all determined before any data moves.
Build Monday boards and columns
Before inserting data, we create the target Monday boards (People Board, Company Board, Services Board, Assets Board) and add all columns with correct types based on the discovery blueprint. For each TSM custom field we create the corresponding Monday column — Status labels for picklists, Date columns for datetime fields, Number columns for numeric fields. We also configure Connect Boards columns for cross-board links and document the final column configuration for your Monday admin to review and approve.
Resolve TSM users to Monday workspace members
We extract all TSM User and Technician records and match them to Monday workspace members by email address. Matched users are assigned as item assignees via Monday's people column. Users without a Monday account are flagged in the pre-migration report — your team either creates Monday accounts for them or we store their name as a text fallback column. No record lands with an unacknowledged assignee gap.
Run sample migration with field-level diff
A representative slice — typically 200–500 records covering contacts, organizations, incidents, and service requests — migrates first. We generate a field-level diff comparing source TSM values against Monday item values, verifying that TSM priority levels map to correct Monday Status labels, date fields land in the right Date column, and assignee resolution produced valid people-column links. Your team reviews the diff and approves before the full run commits. Column type mismatches discovered at this stage are corrected before bulk migration.
Execute full migration with delta-pickup window
The full migration runs against Monday via the GraphQL API, respecting per-plan rate limits. Records insert in dependency order: Organizations first (for company links), then Contacts (resolving organization links), then Assets (for CI links), then Services Board items (Incidents and Service Requests with cross-board links). After the bulk run completes, a 24–48 hour delta-pickup window captures any records created or modified in TSM during the cutover. We apply de-duplication logic using the TSM ID stored in the Source ID column. Audit log records every insert, update, and skip. One-click rollback is available if reconciliation reveals data quality issues.
Platform deep dives
The Service Manager
Source
Strengths
Weaknesses
monday CRM
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. All 8 core objects map 1:1 between The Service Manager and monday CRM.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across The Service Manager and monday CRM.
Object compatibility
All 8 core objects map 1:1 between The Service Manager and monday CRM.
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
The Service Manager: Not publicly documented.
Data volume sensitivity
The Service Manager 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 The Service Manager to monday CRM migration scoping. Not seeing yours? Book a call.
Walk through your The Service Manager to monday CRM migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave The Service Manager
Other ways to arrive at monday CRM
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.