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:
|
[] |
|
caseFields |
Array |
Fields on Case record to be copied to instances. All fields must have a suffix of one of the following data types:
|
[] |
|
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": "90","unit": "days"} |