Skip to content

Domain deep dive — CRM & sales support

Single D1 narrative for engineers changing customer support, lead/client records, incidents, or promotions. It ties together:

In scopeOut of scope (link instead)
Support Ticket, Incident, Client Info, Clients ListApplication incorporation pipeline — Incorporation & application
Promotion Code, Promo Code packages/servicesStripe payment products — Finance & AR
Candidate / client recordsFull HR recruitment — ERPNext HRMS unless customized
Sub-themeExamples
Supportsupport_ticket, incident
Clientsclient_info, clients_list, candidate
Promotionspromotion_code, promo_code_package, promo_code_services

Index: crm-sales.

LayerPrimary locations
APIsapi/issue.py, api/bulk_upload.py, api/website_faqs.py — cross-check API inventory
DeskStandard DocType forms under Lee Kim Alliance ERP (confirm workspace on site)
PriorityDocType keysRationale
P1 — Overlays presentsupport_ticket, client_info, promotion_code (see overlays.json)Ticket SLA, client master, promos
P2incident, clients_list, promo_code_package, promo_code_servicesEscalations and bundle pricing
P3candidateRecruitment-specific; overlay if used in production
SymptomFirst checks
Ticket API errorsapi/issue.py, auth, Security checklist
Promo not applyingPromotion Code validity, package links, Stripe alignment
Duplicate clientsClient Info uniqueness rules, import scripts

Logs: Error Log, API access logs for guest endpoints.