mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Salesforce Node): Add country field (#3314)
This commit is contained in:
@@ -24,6 +24,11 @@ export const caseOperations: INodeProperties[] = [
|
||||
value: 'create',
|
||||
description: 'Create a case',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a case',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
@@ -39,11 +44,6 @@ export const caseOperations: INodeProperties[] = [
|
||||
value: 'getSummary',
|
||||
description: 'Returns an overview of case\'s metadata',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a case',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
value: 'update',
|
||||
@@ -159,7 +159,7 @@ export const caseFields: INodeProperties[] = [
|
||||
name: 'isEscalated',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indicates whether the case has been escalated (true) or not',
|
||||
description: 'Whether indicates whether the case has been escalated (true) or not',
|
||||
},
|
||||
{
|
||||
displayName: 'Origin',
|
||||
@@ -365,7 +365,7 @@ export const caseFields: INodeProperties[] = [
|
||||
name: 'isEscalated',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indicates whether the case has been escalated (true) or not',
|
||||
description: 'Whether the case has been escalated (true) or not',
|
||||
},
|
||||
{
|
||||
displayName: 'Origin',
|
||||
@@ -713,7 +713,7 @@ export const caseFields: INodeProperties[] = [
|
||||
name: 'isPublished',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indicates whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false)',
|
||||
description: 'Whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false)',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user