CRMモジュール
CRM モジュールは、ERP でアクティブな主要なビジネス モジュールとして機能します。顧客管理、リードプロセス、オファー、機会、アクティビティフローはこのモジュールの下にあります。
アクセスパス
- ウェブ:
/crm/dashboard
主な画面
/crm/dashboard/crm/leads、/crm/leads/:id/crm/customers、/crm/customers/:id/crm/opportunities、/crm/opportunities/:id/crm/quotes、/crm/quotes/:id/crm/contacts、/crm/contacts/:id/crm/activities/crm/salesreps/crm/settings/translations
API エンドポイント (概要)
GET/POST/PUT/DELETE /api/crm/customersGET /api/crm/customers/:id/contacts|opportunities|activitiesGET/POST/PUT/DELETE /api/crm/leadsPOST /api/crm/leads/:id/convertGET/POST/PUT/DELETE /api/crm/quotesGET/POST/PUT/DELETE /api/crm/quotes/:id/linesGET/POST/PUT/DELETE /api/crm/opportunitiesGET/POST/PUT/DELETE /api/crm/activitiesGET/POST/PUT/DELETE /api/crm/contactsGET/POST/PUT/DELETE /api/crm/salesrepsGET /api/crm/activity-logs
権限とコンテキスト
- CRM ルートには認証が必要です。
- テナント/企業コンテキストは、リクエストを介して動的 DB 接続に転送されます。
:::info マニフェスト ホーム
erp:crm:view
:::