Recurrence Config

Config Name

Type

Description

Default Value

enabled

Boolean

Recurrence Feature Is Enabled.

false

taskFields

Array

Fields on Task record to be copied to instances. All fields must have a suffix of one of the following data types:

  1. [array]

  2. [boolean]

  3. [integer]

  4. [boolean]

  5. [float]

  6. [date]

  7. [time]

  8. [datetime]

  9. [json]

  10. [string]

[]

caseFields

Array

Fields on Case record to be copied to instances. All fields must have a suffix of one of the following data types:

  1. [array]

  2. [boolean]

  3. [integer]

  4. [boolean]

  5. [float]

  6. [date]

  7. [time]

  8. [datetime]

  9. [json]

  10. [string]

[]

taskChangedFieldsMap

Object

Map used in comparing task records for changed fields.

-

caseChangedFieldsMap

Object

Map used in comparing case records for changed fields.

-

creationRange

Object

Object to specify default period to generate future instances.

Object contains 2 properties:

  • Interval - The number of units

  • Unit - One of the following [days, weeks, months, years]

{"interval": "90","unit": "days"}

General Notices