Reporting table Proposed company table in Postgres Heroku (choose its name) / Account
Plan a company dataset while preserving its source meaning.
- Postgres Heroku
- Table you define
- Zoho CRM
- In Stacksync documentation · ✅ Supported
Match the right record
Retain the source company ID and the destination customer/company ID. Separate legal entities, subsidiaries, and business units; a shared name or web domain is insufficient.
Fields to map
- Source record ID
- Legal or display name
- Business-unit reference
- Lifecycle status
Choose who owns each field
Assign ownership separately for relationship details and finance-controlled billing details.
Technical references: Zoho CRM: Account documentation
Reporting table Proposed contact table in Postgres Heroku (choose its name) / Contact
Plan a contact dataset while preserving its source meaning.
- Postgres Heroku
- Table you define
- Zoho CRM
- In Stacksync documentation · ✅ Supported
Match the right record
Use a stable person/contact ID and an explicit cross-system lookup. Email can change and can be shared, so treat it as a matching clue rather than a universal key.
Fields to map
- Source person ID
- Display name
- Email address
- Organization reference
- Consent state
Choose who owns each field
Keep consent and communication preferences under an agreed authority; a general contact update must not silently resubscribe someone.
Technical references: Zoho CRM: Contact documentation
Reporting table Proposed deal or opportunity table in Postgres Heroku (choose its name) / Deal
Plan a deal or opportunity dataset while preserving its source meaning.
- Postgres Heroku
- Table you define
- Zoho CRM
- In Stacksync documentation · ✅ Supported
Match the right record
Keep the opportunity/deal ID separate from any later order or invoice ID.
Fields to map
- Source deal ID
- Stage
- Amount and currency
- Expected close date
- Company reference
Choose who owns each field
The sales process owns qualification and stage changes; downstream financial records have their own state and approval rules.
Technical references: Zoho CRM: Deal documentation
Reporting table Proposed prospect or lead table in Postgres Heroku (choose its name) / Lead
Plan a prospect or lead dataset while preserving its source meaning.
- Postgres Heroku
- Table you define
- Zoho CRM
- In Stacksync documentation · ✅ Supported
Match the right record
Retain the lead ID and record its relationship to any converted contact or company.
Fields to map
- Source lead ID
- Qualification status
- Owner reference
- Conversion reference
Choose who owns each field
Choose which system may qualify or convert the lead; do not infer identical lifecycle stages.
Technical references: Zoho CRM: Lead documentation
Reporting table Proposed support case or ticket table in Postgres Heroku (choose its name) / Case
Plan a support case or ticket dataset while preserving its source meaning.
- Postgres Heroku
- Table you define
- Zoho CRM
- In Stacksync documentation · ✅ Supported
Match the right record
Retain the ticket ID and distinguish parent tickets, follow-ups, and merged cases.
Fields to map
- Source ticket ID
- Requester reference
- Status
- Priority
- Assigned team
Choose who owns each field
Agree which queue controls status and assignee; keep private comments distinct from public replies.
Technical references: Zoho CRM: Case documentation
Reporting table Proposed sales order table in Postgres Heroku (choose its name) / Sales Order
Plan a sales order dataset while preserving its source meaning.
- Postgres Heroku
- Table you define
- Zoho CRM
- In Stacksync documentation · ✅ Supported
Match the right record
Preserve both the order ID and stable line IDs. Allow one order to relate to several shipments or invoices.
Fields to map
- Source order ID
- Customer reference
- Line references and quantities
- Order status
- Currency
Choose who owns each field
Decide which system approves the order and which can cancel or amend it after fulfillment begins.
Technical references: Zoho CRM: Sales Order documentation