task-d.4
This commit is contained in:
@@ -285,6 +285,36 @@ const FOUNDATION_OPTIONS = {
|
||||
{ code: 'email', label: 'Email', value: 'email', sortOrder: 4 },
|
||||
{ code: 'line', label: 'LINE', value: 'line', sortOrder: 5 }
|
||||
],
|
||||
crm_lost_reason: [
|
||||
{ code: 'competitor_won', label: 'Competitor Won', value: 'competitor_won', sortOrder: 1 },
|
||||
{
|
||||
code: 'budget_not_approved',
|
||||
label: 'Budget Not Approved',
|
||||
value: 'budget_not_approved',
|
||||
sortOrder: 2
|
||||
},
|
||||
{
|
||||
code: 'project_cancelled',
|
||||
label: 'Project Cancelled',
|
||||
value: 'project_cancelled',
|
||||
sortOrder: 3
|
||||
},
|
||||
{
|
||||
code: 'customer_no_response',
|
||||
label: 'Customer No Response',
|
||||
value: 'customer_no_response',
|
||||
sortOrder: 4
|
||||
},
|
||||
{
|
||||
code: 'technical_requirement_mismatch',
|
||||
label: 'Technical Requirement Mismatch',
|
||||
value: 'technical_requirement_mismatch',
|
||||
sortOrder: 5
|
||||
},
|
||||
{ code: 'price_too_high', label: 'Price Too High', value: 'price_too_high', sortOrder: 6 },
|
||||
{ code: 'timeline_not_fit', label: 'Timeline Not Fit', value: 'timeline_not_fit', sortOrder: 7 },
|
||||
{ code: 'other', label: 'Other', value: 'other', sortOrder: 8 }
|
||||
],
|
||||
crm_job_title: [
|
||||
{ code: 'sales', label: 'Sales Engineer', value: 'sales', sortOrder: 1 },
|
||||
{ code: 'sales_support', label: 'Sales Support', value: 'sales_support', sortOrder: 2 },
|
||||
|
||||
Reference in New Issue
Block a user