Skip to content

Commit

Permalink
chore: hide zoho detination setting for vdmv2
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Feb 27, 2025
1 parent fe22b4b commit 756774c
Showing 1 changed file with 44 additions and 4 deletions.
48 changes: 44 additions & 4 deletions src/configurations/destinations/zoho/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,15 @@
"placeholder": "e.g 1234567",
"apiName": "getModules"
}
]
],
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
}
},
{
"title": "Optional configuration settings",
Expand All @@ -77,7 +85,15 @@
"label": "Add Zoho System-defined Duplicate Check Fields as Secondary Duplicate check fields",
"configKey": "addDefaultDuplicateCheck",
"default": true,
"note": "Rudderstack will use the identifier field as primary duplicate check field as primary."
"note": "Rudderstack will use the identifier field as primary duplicate check field as primary.",
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
}
}
]
},
Expand Down Expand Up @@ -111,7 +127,15 @@
"value": "None"
}
],
"default": "None"
"default": "None",
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
}
}
]
}
Expand All @@ -130,6 +154,14 @@
"title": "Field Level Specification",
"note": "Choose module specific Multi Select Picklist Field Actions",
"hideEditIcon": true,
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
},
"sections": [
{
"groups": [
Expand All @@ -140,7 +172,15 @@
"type": "redirect",
"redirectGroupKey": "multiSelectFieldLevelDecision",
"label": "Module Specific Multi Select Pick List Field Action Mapping",
"note": "Map Zoho Multi Select Pick List Field Action To Append or Replace"
"note": "Map Zoho Multi Select Pick List Field Action To Append or Replace",
"preRequisites": {
"featureFlags": [
{
"configKey": "AMP_vdm-next",
"value": false
}
]
}
}
]
}
Expand Down

0 comments on commit 756774c

Please sign in to comment.