Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"name": "warmTransferComplete",
"insights": ["customers", "acquisition_date"]
},
{
"name": "typeOfVictim",
"insights": ["customers", "customer_attribute_2"]
},
{
"name": "preferredLanguage",
"insights": ["conversations", "conversation_attribute_6"]
Expand All @@ -31,6 +27,10 @@
"name": "frequencyOfAccess",
"insights": ["customers", "category"]
},
{
"name": "typeOfVictim",
"insights": ["customers", "customer_attribute_2"]
},
{
"name": "race",
"insights": ["conversations", "case"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,6 @@
"message": "RequiredFieldError"
}
},
{
"name": "typeOfVictim",
"label": "Type of Victim",
"type": "select",
"isPII": false,
"options": [
{
"value": "",
"label": ""
},
{
"value": "Primary Victim",
"label": "Primary Victim"
},
{
"value": "Secondary Victim",
"label": "Secondary Victim"
},
{
"value": "N/A",
"label": "N/A"
}
],
"required": {
"value": true,
"message": "RequiredFieldError"
}
},
{
"name": "victimFirstInitial",
"label": "Victim First Initial",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,34 @@
"message": "RequiredFieldError"
}
},
{
"name": "typeOfVictim",
"label": "Type of Victim",
"type": "select",
"isPII": false,
"options": [
{
"value": "",
"label": ""
},
{
"value": "Primary Victim",
"label": "Primary Victim"
},
{
"value": "Secondary Victim",
"label": "Secondary Victim"
},
{
"value": "N/A",
"label": "N/A"
}
],
"required": {
"value": true,
"message": "RequiredFieldError"
}
},
{
"name": "gender",
"label": "Sex of Visitor",
Expand Down
Loading