mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Salesforce Node): Add country field (#3314)
This commit is contained in:
@@ -189,7 +189,7 @@ export const taskFields: INodeProperties[] = [
|
||||
name: 'isReminderSet',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indicates whether a popup reminder has been set for the task (true) or not (false)',
|
||||
description: 'Whether a popup reminder has been set for the task (true) or not (false)',
|
||||
},
|
||||
{
|
||||
displayName: 'Owner',
|
||||
@@ -323,11 +323,11 @@ export const taskFields: INodeProperties[] = [
|
||||
default: '',
|
||||
options: [
|
||||
{
|
||||
name: 'After due date',
|
||||
name: 'After Due Date',
|
||||
value: 'RecurrenceRegenerateAfterDueDate',
|
||||
},
|
||||
{
|
||||
name: 'After date completed',
|
||||
name: 'After Date Completed',
|
||||
value: 'RecurrenceRegenerateAfterToday',
|
||||
},
|
||||
{
|
||||
@@ -528,7 +528,7 @@ export const taskFields: INodeProperties[] = [
|
||||
name: 'isReminderSet',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indicates whether a popup reminder has been set for the task (true) or not (false)',
|
||||
description: 'Whether a popup reminder has been set for the task (true) or not (false)',
|
||||
},
|
||||
{
|
||||
displayName: 'Owner',
|
||||
@@ -679,11 +679,11 @@ export const taskFields: INodeProperties[] = [
|
||||
default: '',
|
||||
options: [
|
||||
{
|
||||
name: 'After due date',
|
||||
name: 'After Due Date',
|
||||
value: 'RecurrenceRegenerateAfterDueDate',
|
||||
},
|
||||
{
|
||||
name: 'After date completed',
|
||||
name: 'After Date Completed',
|
||||
value: 'RecurrenceRegenerateAfterToday',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user