task-ep.1.2
This commit is contained in:
@@ -11,14 +11,19 @@ export const CRM_ACTIVITY_ENTITY_TYPES = [
|
||||
] as const;
|
||||
|
||||
export const CRM_ACTIVITY_TYPES = [
|
||||
'follow_up',
|
||||
'meeting',
|
||||
'visit',
|
||||
'phone_call',
|
||||
'email_follow_up',
|
||||
'email',
|
||||
'site_survey',
|
||||
'presentation',
|
||||
'reminder',
|
||||
'internal_task',
|
||||
'follow_up',
|
||||
'delivery_coordination',
|
||||
'approval_action',
|
||||
// Backward-compatible aliases kept while master options become the source of truth.
|
||||
'email_follow_up',
|
||||
'reminder_action',
|
||||
'other'
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user