-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsalesforce-data.ts
291 lines (288 loc) · 10.4 KB
/
salesforce-data.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
const data = [
// feature: "Real-time Analytics"
{
customer__c: "Acme Corporation",
painPoint__c:
"Unable to track user behavior and system performance in real-time",
featureRequestDetails__c:
"Need real-time analytics dashboard to monitor user engagement patterns and system metrics",
potentialDealSize__c: "150000",
industry__c: "E-commerce",
priority__c: "High",
currentWorkaround__c: "Running daily batch reports",
businessImpact__c:
"Missing opportunities to optimize user experience and prevent system bottlenecks",
},
{
customer__c: "TechStart Solutions",
painPoint__c:
"Delayed response to system issues and customer behavior changes",
featureRequestDetails__c:
"Real-time analytics for monitoring API performance and user interaction flows",
potentialDealSize__c: "200000",
industry__c: "SaaS",
priority__c: "Critical",
currentWorkaround__c: "Manual monitoring and hourly report generation",
businessImpact__c:
"Customer satisfaction affected by delayed issue detection",
},
{
customer__c: "Global Retail Inc",
painPoint__c:
"Cannot detect and respond to shopping cart abandonment in real-time",
featureRequestDetails__c:
"Real-time analytics for shopping behavior and immediate intervention capabilities",
potentialDealSize__c: "300000",
industry__c: "Retail",
priority__c: "Medium",
currentWorkaround__c: "End-of-day abandonment reports",
businessImpact__c:
"Lost sales opportunities due to delayed customer recovery actions",
},
{
customer__c: "DataDriven Corp",
painPoint__c: "Lack of real-time data visualization",
featureRequestDetails__c:
"Real-time dashboards for data visualization and decision-making",
potentialDealSize__c: "170000",
industry__c: "Finance",
priority__c: "High",
currentWorkaround__c: "Static reports",
businessImpact__c: "Delayed decision-making and missed opportunities",
},
{
customer__c: "QuickServe",
painPoint__c: "Slow response to service disruptions",
featureRequestDetails__c:
"Real-time alerts for service disruptions and performance issues",
potentialDealSize__c: "190000",
industry__c: "Hospitality",
priority__c: "Critical",
currentWorkaround__c: "Post-incident analysis",
businessImpact__c: "Customer dissatisfaction and revenue loss",
},
{
customer__c: "RetailX",
painPoint__c: "Inability to track customer journey in real-time",
featureRequestDetails__c:
"Real-time tracking of customer journey and behavior",
potentialDealSize__c: "210000",
industry__c: "Retail",
priority__c: "Medium",
currentWorkaround__c: "Periodic customer surveys",
businessImpact__c: "Inaccurate customer insights and engagement strategies",
},
// Feature: AI-driven Insights
{
customer__c: "Innovatech",
painPoint__c: "Lack of predictive insights for market trends",
featureRequestDetails__c:
"AI-driven insights to predict market trends and customer preferences",
potentialDealSize__c: "250000",
industry__c: "Technology",
priority__c: "High",
currentWorkaround__c: "Manual trend analysis",
businessImpact__c: "Missed opportunities for strategic market positioning",
},
{
customer__c: "Retail Giants",
painPoint__c: "Inability to forecast inventory needs accurately",
featureRequestDetails__c:
"AI-driven insights for accurate inventory forecasting",
potentialDealSize__c: "300000",
industry__c: "Retail",
priority__c: "Medium",
currentWorkaround__c: "Historical sales data analysis",
businessImpact__c:
"Overstock or stockouts affecting sales and customer satisfaction",
},
{
customer__c: "FutureTech",
painPoint__c: "Inability to predict product demand",
featureRequestDetails__c: "AI-driven demand forecasting tools",
potentialDealSize__c: "230000",
industry__c: "Technology",
priority__c: "High",
currentWorkaround__c: "Historical sales analysis",
businessImpact__c: "Overproduction or stockouts",
},
{
customer__c: "MarketLeaders",
painPoint__c: "Lack of competitive market insights",
featureRequestDetails__c: "AI tools for competitive market analysis",
potentialDealSize__c: "260000",
industry__c: "Retail",
priority__c: "Medium",
currentWorkaround__c: "Manual competitor analysis",
businessImpact__c: "Missed market opportunities",
},
{
customer__c: "TrendSetters",
painPoint__c: "Difficulty in identifying emerging trends",
featureRequestDetails__c: "AI-driven trend analysis and prediction",
potentialDealSize__c: "240000",
industry__c: "Fashion",
priority__c: "High",
currentWorkaround__c: "Trend reports",
businessImpact__c: "Late market entry",
},
// Feature: Enhanced Security
{
customer__c: "SecureNet",
painPoint__c: "Vulnerabilities in data protection",
featureRequestDetails__c:
"Enhanced security features for data encryption and access control",
potentialDealSize__c: "180000",
industry__c: "Finance",
priority__c: "Critical",
currentWorkaround__c: "Basic encryption methods",
businessImpact__c: "Risk of data breaches and loss of customer trust",
},
{
customer__c: "HealthSecure",
painPoint__c: "Compliance issues with data privacy regulations",
featureRequestDetails__c:
"Advanced security measures to ensure compliance with data privacy regulations",
potentialDealSize__c: "220000",
industry__c: "Healthcare",
priority__c: "High",
currentWorkaround__c: "Manual compliance checks",
businessImpact__c: "Potential legal issues and fines",
},
{
customer__c: "DataGuard",
painPoint__c: "Inadequate data encryption",
featureRequestDetails__c: "Advanced encryption solutions",
potentialDealSize__c: "200000",
industry__c: "Finance",
priority__c: "Critical",
currentWorkaround__c: "Basic encryption",
businessImpact__c: "Data breaches",
},
{
customer__c: "SecureHealth",
painPoint__c: "Weak access control systems",
featureRequestDetails__c: "Robust access control mechanisms",
potentialDealSize__c: "210000",
industry__c: "Healthcare",
priority__c: "High",
currentWorkaround__c: "Manual access checks",
businessImpact__c: "Unauthorized data access",
},
{
customer__c: "SafeNet",
painPoint__c: "Lack of data integrity checks",
featureRequestDetails__c: "Automated data integrity verification",
potentialDealSize__c: "190000",
industry__c: "IT",
priority__c: "Medium",
currentWorkaround__c: "Periodic manual checks",
businessImpact__c: "Data corruption",
},
// Feature: Customer Engagement Tools
{
customer__c: "EngagePlus",
painPoint__c: "Low customer engagement on digital platforms",
featureRequestDetails__c:
"Tools to enhance customer interaction and engagement on digital platforms",
potentialDealSize__c: "120000",
industry__c: "Marketing",
priority__c: "High",
currentWorkaround__c: "Basic email campaigns",
businessImpact__c: "Reduced customer retention and conversion rates",
},
{
customer__c: "ConnectNow",
painPoint__c: "Difficulty in personalizing customer communication",
featureRequestDetails__c:
"Advanced tools for personalized customer communication",
potentialDealSize__c: "160000",
industry__c: "Telecommunications",
priority__c: "Medium",
currentWorkaround__c: "Generic communication strategies",
businessImpact__c: "Lower customer satisfaction and loyalty",
},
{
customer__c: "EngageMax",
painPoint__c: "Limited customer feedback channels",
featureRequestDetails__c: "Multi-channel feedback tools",
potentialDealSize__c: "130000",
industry__c: "Retail",
priority__c: "High",
currentWorkaround__c: "Email surveys",
businessImpact__c: "Incomplete customer insights",
},
{
customer__c: "ConnectPro",
painPoint__c: "Inconsistent customer interaction",
featureRequestDetails__c: "Unified customer interaction platform",
potentialDealSize__c: "150000",
industry__c: "Telecommunications",
priority__c: "Medium",
currentWorkaround__c: "Separate communication tools",
businessImpact__c: "Fragmented customer experience",
},
{
customer__c: "InteractNow",
painPoint__c: "Low engagement on mobile platforms",
featureRequestDetails__c: "Mobile engagement enhancement tools",
potentialDealSize__c: "140000",
industry__c: "Marketing",
priority__c: "High",
currentWorkaround__c: "Basic mobile apps",
businessImpact__c: "Missed mobile user engagement",
},
// Feature: Automated Workflow
{
customer__c: "EfficientOps",
painPoint__c: "Time-consuming manual processes",
featureRequestDetails__c:
"Automated workflow solutions to streamline operations",
potentialDealSize__c: "140000",
industry__c: "Manufacturing",
priority__c: "Critical",
currentWorkaround__c: "Manual task management",
businessImpact__c: "Increased operational costs and delays",
},
{
customer__c: "Streamline Solutions",
painPoint__c: "Inefficient task allocation and tracking",
featureRequestDetails__c: "Automated task allocation and tracking system",
potentialDealSize__c: "180000",
industry__c: "Logistics",
priority__c: "High",
currentWorkaround__c: "Spreadsheet-based tracking",
businessImpact__c: "Missed deadlines and resource misallocation",
},
{
customer__c: "ProcessFlow",
painPoint__c: "Manual approval processes",
featureRequestDetails__c: "Automated approval workflows",
potentialDealSize__c: "160000",
industry__c: "Finance",
priority__c: "Critical",
currentWorkaround__c: "Email-based approvals",
businessImpact__c: "Approval delays",
},
{
customer__c: "TaskMaster",
painPoint__c: "Inefficient resource allocation",
featureRequestDetails__c: "Automated resource allocation tools",
potentialDealSize__c: "170000",
industry__c: "Logistics",
priority__c: "High",
currentWorkaround__c: "Manual resource planning",
businessImpact__c: "Resource wastage",
},
{
customer__c: "FlowTech",
painPoint__c: "Lack of process visibility",
featureRequestDetails__c: "Real-time process tracking solutions",
potentialDealSize__c: "150000",
industry__c: "Manufacturing",
priority__c: "Medium",
currentWorkaround__c: "Periodic process audits",
businessImpact__c: "Process inefficiencies",
},
];
export default data;