From 9cf79883c0563c84eaeea4bcc2914f1b68192a74 Mon Sep 17 00:00:00 2001 From: Vinoth Srinivasan <35428275+vinothon84@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:05:52 +0100 Subject: [PATCH] Hocs 6791 update directorate bus area ukvi (#1001) * HOCS-6791:Build changes for adding new UKVI COMP/COMP2 directorate and business areas * HOCS-6791:Adding back Directorate and Business areas for UKVI COMP/COMP2 cases * HOCS-6791: Remove new business area entity as decided to use existing other entity list * HOCS-6791:Add COMP border force business area --- .../resources/config/details/stages/COMP.json | 378 ++++++++---------- .../config/details/stages/COMP2.json | 144 ++++++- src/main/resources/config/summary/COMP.json | 96 ++++- src/main/resources/config/summary/COMP2.json | 198 ++++++--- 4 files changed, 509 insertions(+), 307 deletions(-) diff --git a/src/main/resources/config/details/stages/COMP.json b/src/main/resources/config/details/stages/COMP.json index 3ee455f64..94e14dd5a 100644 --- a/src/main/resources/config/details/stages/COMP.json +++ b/src/main/resources/config/details/stages/COMP.json @@ -566,7 +566,6 @@ ], "COMP_MINORMISCONDUCT_TRIAGE": [ { - "component": "dropdown", "props": { "choices": [ { @@ -609,29 +608,53 @@ "label": "ICE Teams", "value": "ICETeams" }, + { + "label": "NRC", + "value": "NRC" + }, + { + "label": "Asylum & Human Rights", + "value": "AsylumandHumanRights" + }, + { + "label": "Asylum Support", + "value": "AsylumSupport" + }, + { + "label": "Border Force", + "value": "BorderForce" + }, + { + "label": "COSS", + "value": "COSS" + }, + { + "label": "Immigration Enforcement", + "value": "ImmigrationEnforcement" + }, { "label": "Other", "value": "Other" }, { - "label": "NRC", - "value": "NRC" + "label": "PCCR", + "value": "PCCR" }, { - "label": "Reporting Centres", - "value": "ReportingCentres" + "label": "Resettlement", + "value": "Resettlement" }, { - "label": "Returns Preparation", - "value": "ReturnsPreparation" + "label": "VSI", + "value": "VSI" } ] }, + "component": "dropdown", "name": "Directorate", "label": "Directorate" }, { - "component": "dropdown", "props": { "conditionChoices": [ { @@ -719,11 +742,6 @@ "conditionPropertyName": "Directorate", "conditionPropertyValue": "ICETeams" }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, { "choices": [ { @@ -753,9 +771,55 @@ ], "conditionPropertyName": "Directorate", "conditionPropertyValue": "ReturnsPreparation" + }, + { + "choices": "COMP_ASYLUM_AND_HUMAN_RIGHTS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumandHumanRights" + }, + { + "choices": "COMP_ASYLUM_AND_SUPPORT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumSupport" + }, + { + "choices": "COMP_BORDER_FORCE_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "BorderForce" + }, + { + "choices": "COMP_COSS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "COSS" + }, + { + "choices": "COMP_IMMIGRATION_ENFORCEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "ImmigrationEnforcement" + }, + { + "choices": "COMP_OTHER_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Other" + }, + { + "choices": "COMP_PCCR_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "PCCR" + }, + { + "choices": "COMP_RESETTLEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Resettlement" + }, + { + "choices": "COMP_VSI_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "VSI" } ] }, + "component": "dropdown", "name": "BusAreaBasedOnDirectorate", "label": "Business area" }, @@ -1427,200 +1491,6 @@ } ], "COMP_EXGRATIA_TRIAGE": [ - { - "component": "dropdown", - "props": { - "choices": [ - { - "label": "IandP", - "value": "IandP" - }, - { - "label": "RASI", - "value": "RASI" - }, - { - "label": "VCIC", - "value": "VCIC" - }, - { - "label": "VCOS", - "value": "VCOS" - }, - { - "label": "Other", - "value": "Other" - }, - { - "label": "EUSS FP", - "value": "EUSSFP" - }, - { - "label": "CI", - "value": "CI" - }, - { - "label": "FNORC", - "value": "FNORC" - }, - { - "label": "Detention", - "value": "Detention" - }, - { - "label": "ICE Teams", - "value": "ICETeams" - }, - { - "label": "Other", - "value": "Other" - }, - { - "label": "NRC", - "value": "NRC" - }, - { - "label": "Reporting Centres", - "value": "ReportingCentres" - }, - { - "label": "Returns Preparation", - "value": "ReturnsPreparation" - } - ] - }, - "name": "Directorate", - "label": "Directorate" - }, - { - "component": "dropdown", - "props": { - "conditionChoices": [ - { - "choices": "COMP_IANDP_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "IandP" - }, - { - "choices": "COMP_RASI_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "RASI" - }, - { - "choices": "COMP_VCIC_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "VCIC" - }, - { - "choices": "COMP_VCOS_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "VCOS" - }, - { - "choices": "COMP_EUSS_FP_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "EUSSFP" - }, - { - "choices": [ - { - "label": "", - "value": "" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "VandCInternational" - }, - { - "choices": [ - { - "label": "", - "value": "" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "VandCInCountry" - }, - { - "choices": [ - { - "label": "Crime Investigations", - "value": "CrimeInvestigations" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "CI" - }, - { - "choices": [ - { - "label": "FNORC (IE)", - "value": "FNORC(IE)" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "FNORC" - }, - { - "choices": [ - { - "label": "Detention Services", - "value": "DetentionServices" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Detention" - }, - { - "choices": [ - { - "label": "ICE Teams", - "value": "ICETeams" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "ICETeams" - }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, - { - "choices": [ - { - "label": "NRC (detained removal casework)", - "value": "NRC" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "NRC" - }, - { - "choices": [ - { - "label": "Reporting Centres", - "value": "ReportingCentres" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "ReportingCentres" - }, - { - "choices": [ - { - "label": "Returns Preparations (non detained removal casework)", - "value": "ReturnsPreparations" - } - ], - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "ReturnsPreparation" - } - ] - }, - "name": "BusAreaBasedOnDirectorate", - "label": "Business area" - }, { "component": "dropdown", "props": { @@ -2462,7 +2332,6 @@ "label": "Transfer to" }, { - "component": "dropdown", "props": { "choices": [ { @@ -2505,10 +2374,6 @@ "label": "ICE Teams", "value": "ICETeams" }, - { - "label": "Other", - "value": "Other" - }, { "label": "NRC", "value": "NRC" @@ -2520,14 +2385,50 @@ { "label": "Returns Preparation", "value": "ReturnsPreparation" + }, + { + "label": "Asylum & Human Rights", + "value": "AsylumandHumanRights" + }, + { + "label": "Asylum Support", + "value": "AsylumSupport" + }, + { + "label": "Border Force", + "value": "BorderForce" + }, + { + "label": "COSS", + "value": "COSS" + }, + { + "label": "Immigration Enforcement", + "value": "ImmigrationEnforcement" + }, + { + "label": "Other", + "value": "Other" + }, + { + "label": "PCCR", + "value": "PCCR" + }, + { + "label": "Resettlement", + "value": "Resettlement" + }, + { + "label": "VSI", + "value": "VSI" } ] }, + "component": "dropdown", "name": "Directorate", "label": "Directorate" }, { - "component": "dropdown", "props": { "conditionChoices": [ { @@ -2615,11 +2516,6 @@ "conditionPropertyName": "Directorate", "conditionPropertyValue": "ICETeams" }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, { "choices": [ { @@ -2649,9 +2545,55 @@ ], "conditionPropertyName": "Directorate", "conditionPropertyValue": "ReturnsPreparation" + }, + { + "choices": "COMP_ASYLUM_AND_HUMAN_RIGHTS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumandHumanRights" + }, + { + "choices": "COMP_ASYLUM_AND_SUPPORT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumSupport" + }, + { + "choices": "COMP_BORDER_FORCE_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "BorderForce" + }, + { + "choices": "COMP_COSS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "COSS" + }, + { + "choices": "COMP_IMMIGRATION_ENFORCEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "ImmigrationEnforcement" + }, + { + "choices": "COMP_OTHER_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Other" + }, + { + "choices": "COMP_PCCR_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "PCCR" + }, + { + "choices": "COMP_RESETTLEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Resettlement" + }, + { + "choices": "COMP_VSI_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "VSI" } ] }, + "component": "dropdown", "name": "BusAreaBasedOnDirectorate", "label": "Business area" }, diff --git a/src/main/resources/config/details/stages/COMP2.json b/src/main/resources/config/details/stages/COMP2.json index 78f3fc85d..0fbba115a 100644 --- a/src/main/resources/config/details/stages/COMP2.json +++ b/src/main/resources/config/details/stages/COMP2.json @@ -547,7 +547,6 @@ ], "COMP2_MINORMISCONDUCT_TRIAGE": [ { - "component": "dropdown", "props": { "conditionChoices": [ { @@ -635,11 +634,6 @@ "conditionPropertyName": "Directorate", "conditionPropertyValue": "ICETeams" }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, { "choices": [ { @@ -669,9 +663,55 @@ ], "conditionPropertyName": "Directorate", "conditionPropertyValue": "ReturnsPreparation" + }, + { + "choices": "COMP_ASYLUM_AND_HUMAN_RIGHTS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumandHumanRights" + }, + { + "choices": "COMP_ASYLUM_AND_SUPPORT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumSupport" + }, + { + "choices": "COMP_BORDER_FORCE_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "BorderForce" + }, + { + "choices": "COMP_COSS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "COSS" + }, + { + "choices": "COMP_IMMIGRATION_ENFORCEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "ImmigrationEnforcement" + }, + { + "choices": "COMP_OTHER_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Other" + }, + { + "choices": "COMP_PCCR_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "PCCR" + }, + { + "choices": "COMP_RESETTLEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Resettlement" + }, + { + "choices": "COMP_VSI_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "VSI" } ] }, + "component": "dropdown", "name": "BusAreaBasedOnDirectorate", "label": "Business area" }, @@ -2034,7 +2074,6 @@ "label": "Transfer to" }, { - "component": "dropdown", "props": { "choices": [ { @@ -2077,10 +2116,6 @@ "label": "ICE Teams", "value": "ICETeams" }, - { - "label": "Other", - "value": "Other" - }, { "label": "NRC", "value": "NRC" @@ -2092,9 +2127,46 @@ { "label": "Returns Preparation", "value": "ReturnsPreparation" + }, + { + "label": "Asylum & Human Rights", + "value": "AsylumandHumanRights" + }, + { + "label": "Asylum Support", + "value": "AsylumSupport" + }, + { + "label": "Border Force", + "value": "BorderForce" + }, + { + "label": "COSS", + "value": "COSS" + }, + { + "label": "Immigration Enforcement", + "value": "ImmigrationEnforcement" + }, + { + "label": "Other", + "value": "Other" + }, + { + "label": "PCCR", + "value": "PCCR" + }, + { + "label": "Resettlement", + "value": "Resettlement" + }, + { + "label": "VSI", + "value": "VSI" } ] }, + "component": "dropdown", "name": "Directorate", "label": "Directorate" }, @@ -2187,11 +2259,6 @@ "conditionPropertyName": "Directorate", "conditionPropertyValue": "ICETeams" }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, { "choices": [ { @@ -2221,6 +2288,51 @@ ], "conditionPropertyName": "Directorate", "conditionPropertyValue": "ReturnsPreparation" + }, + { + "choices": "COMP_ASYLUM_AND_HUMAN_RIGHTS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumandHumanRights" + }, + { + "choices": "COMP_ASYLUM_AND_SUPPORT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumSupport" + }, + { + "choices": "COMP_BORDER_FORCE_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "BorderForce" + }, + { + "choices": "COMP_COSS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "COSS" + }, + { + "choices": "COMP_IMMIGRATION_ENFORCEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "ImmigrationEnforcement" + }, + { + "choices": "COMP_OTHER_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Other" + }, + { + "choices": "COMP_PCCR_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "PCCR" + }, + { + "choices": "COMP_RESETTLEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Resettlement" + }, + { + "choices": "COMP_VSI_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "VSI" } ] }, diff --git a/src/main/resources/config/summary/COMP.json b/src/main/resources/config/summary/COMP.json index f307c5b4d..e89986286 100644 --- a/src/main/resources/config/summary/COMP.json +++ b/src/main/resources/config/summary/COMP.json @@ -254,10 +254,6 @@ "label": "ICE Teams", "value": "ICETeams" }, - { - "label": "Other", - "value": "Other" - }, { "label": "NRC", "value": "NRC" @@ -269,8 +265,49 @@ { "label": "Returns Preparation", "value": "ReturnsPreparation" + }, + { + "label": "IandP", + "value": "IandP" + }, + { + "label": "Asylum & Human Rights", + "value": "AsylumandHumanRights" + }, + { + "label": "Asylum Support", + "value": "AsylumSupport" + }, + { + "label": "Border Force", + "value": "BorderForce" + }, + { + "label": "COSS", + "value": "COSS" + }, + { + "label": "Immigration Enforcement", + "value": "ImmigrationEnforcement" + }, + { + "label": "Other", + "value": "Other" + }, + { + "label": "PCCR", + "value": "PCCR" + }, + { + "label": "Resettlement", + "value": "Resettlement" + }, + { + "label": "VSI", + "value": "VSI" } ], + "component": "dropdown", "name": "Directorate", "label": "Directorate" }, @@ -420,11 +457,6 @@ "conditionPropertyName": "Directorate", "conditionPropertyValue": "ICETeams" }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, { "choices": [ { @@ -454,8 +486,54 @@ ], "conditionPropertyName": "Directorate", "conditionPropertyValue": "ReturnsPreparation" + }, + { + "choices": "COMP_ASYLUM_AND_HUMAN_RIGHTS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumandHumanRights" + }, + { + "choices": "COMP_ASYLUM_AND_SUPPORT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumSupport" + }, + { + "choices": "COMP_BORDER_FORCE_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "BorderForce" + }, + { + "choices": "COMP_COSS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "COSS" + }, + { + "choices": "COMP_IMMIGRATION_ENFORCEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "ImmigrationEnforcement" + }, + { + "choices": "COMP_OTHER_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Other" + }, + { + "choices": "COMP_PCCR_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "PCCR" + }, + { + "choices": "COMP_RESETTLEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Resettlement" + }, + { + "choices": "COMP_VSI_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "VSI" } ], + "component": "dropdown", "name": "BusAreaBasedOnDirectorate", "label": "Business area" }, diff --git a/src/main/resources/config/summary/COMP2.json b/src/main/resources/config/summary/COMP2.json index 396b50759..8458513a0 100644 --- a/src/main/resources/config/summary/COMP2.json +++ b/src/main/resources/config/summary/COMP2.json @@ -213,64 +213,93 @@ "label": "Date of Response" }, { - "choices": [ - { - "label": "IandP", - "value": "IandP" - }, - { - "label": "RASI", - "value": "RASI" - }, - { - "label": "VCIC", - "value": "VCIC" - }, - { - "label": "VCOS", - "value": "VCOS" - }, - { - "label": "Other", - "value": "Other" - }, - { - "label": "EUSS FP", - "value": "EUSSFP" - }, - { - "label": "CI", - "value": "CI" - }, - { - "label": "FNORC", - "value": "FNORC" - }, - { - "label": "Detention", - "value": "Detention" - }, - { - "label": "ICE Teams", - "value": "ICETeams" - }, - { - "label": "Other", - "value": "Other" - }, - { - "label": "NRC", - "value": "NRC" - }, - { - "label": "Reporting Centres", - "value": "ReportingCentres" - }, - { - "label": "Returns Preparation", - "value": "ReturnsPreparation" - } - ], + "choices": [ + { + "label": "IandP", + "value": "IandP" + }, + { + "label": "RASI", + "value": "RASI" + }, + { + "label": "VCIC", + "value": "VCIC" + }, + { + "label": "VCOS", + "value": "VCOS" + }, + { + "label": "EUSS FP", + "value": "EUSSFP" + }, + { + "label": "CI", + "value": "CI" + }, + { + "label": "FNORC", + "value": "FNORC" + }, + { + "label": "Detention", + "value": "Detention" + }, + { + "label": "ICE Teams", + "value": "ICETeams" + }, + { + "label": "NRC", + "value": "NRC" + }, + { + "label": "Reporting Centres", + "value": "ReportingCentres" + }, + { + "label": "Returns Preparation", + "value": "ReturnsPreparation" + }, + { + "label": "Asylum & Human Rights", + "value": "AsylumandHumanRights" + }, + { + "label": "Asylum Support", + "value": "AsylumSupport" + }, + { + "label": "Border Force", + "value": "BorderForce" + }, + { + "label": "COSS", + "value": "COSS" + }, + { + "label": "Immigration Enforcement", + "value": "ImmigrationEnforcement" + }, + { + "label": "Other", + "value": "Other" + }, + { + "label": "PCCR", + "value": "PCCR" + }, + { + "label": "Resettlement", + "value": "Resettlement" + }, + { + "label": "VSI", + "value": "VSI" + } + ], + "component": "dropdown", "name": "Directorate", "label": "Directorate" }, @@ -328,7 +357,7 @@ { "choices": "COMP_RASI_BUS_AREA", "conditionPropertyName": "Directorate", - "conditionPropertyValue": "RASI" + "cond itionPropertyValue": "RASI" }, { "choices": "COMP_VCIC_BUS_AREA", @@ -405,11 +434,6 @@ "conditionPropertyName": "Directorate", "conditionPropertyValue": "ICETeams" }, - { - "choices": "COMP_OTHER_BUS_AREA", - "conditionPropertyName": "Directorate", - "conditionPropertyValue": "Other" - }, { "choices": [ { @@ -439,8 +463,54 @@ ], "conditionPropertyName": "Directorate", "conditionPropertyValue": "ReturnsPreparation" + }, + { + "choices": "COMP_ASYLUM_AND_HUMAN_RIGHTS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumandHumanRights" + }, + { + "choices": "COMP_ASYLUM_AND_SUPPORT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "AsylumSupport" + }, + { + "choices": "COMP_BORDER_FORCE_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "BorderForce" + }, + { + "choices": "COMP_COSS_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "COSS" + }, + { + "choices": "COMP_IMMIGRATION_ENFORCEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "ImmigrationEnforcement" + }, + { + "choices": "COMP_OTHER_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Other" + }, + { + "choices": "COMP_PCCR_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "PCCR" + }, + { + "choices": "COMP_RESETTLEMENT_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "Resettlement" + }, + { + "choices": "COMP_VSI_BUS_AREA", + "conditionPropertyName": "Directorate", + "conditionPropertyValue": "VSI" } ], + "component": "dropdown", "name": "BusAreaBasedOnDirectorate", "label": "Business area" },