From c125b01d3d8720017040f7e2f5aed1c3423d706b Mon Sep 17 00:00:00 2001 From: Paul Pearson <46532983+paul-pearson@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:30:49 +0100 Subject: [PATCH] CIV-13125 Publish fields for WA (#4306) Co-authored-by: jarekPierchala <118526007+jarekPierchala@users.noreply.github.com> Co-authored-by: Raja Mani Co-authored-by: sankhajuria --- ...ationIntegrationFields-CUI-R2-nonprod.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json b/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json index 47bf3707c0..4eb4315361 100644 --- a/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json +++ b/ccd-definition/CaseEventToFields/WorkAllocationIntegrationFields-CUI-R2-nonprod.json @@ -168,5 +168,45 @@ "PageID": "WorkAllocationIntegrationFields", "PageDisplayOrder": 2, "Publish": "Y" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "UPDATE_CLAIMANT_INTENTION_CLAIM_STATE", + "CaseFieldID": "claimType", + "PageFieldDisplayOrder": 18, + "DisplayContext": "READONLY", + "PageID": "WorkAllocationIntegrationFields", + "PageDisplayOrder": 2, + "Publish": "Y" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "UPDATE_CLAIM_STATE_AFTER_DOC_UPLOADED", + "CaseFieldID": "claimType", + "PageFieldDisplayOrder": 19, + "DisplayContext": "READONLY", + "PageID": "WorkAllocationIntegrationFields", + "PageDisplayOrder": 2, + "Publish": "Y" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "MEDIATION_UNSUCCESSFUL", + "CaseFieldID": "claimType", + "PageFieldDisplayOrder": 20, + "DisplayContext": "READONLY", + "PageID": "WorkAllocationIntegrationFields", + "PageDisplayOrder": 2, + "Publish": "Y" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "MEDIATION_UNSUCCESSFUL", + "CaseFieldID": "responseClaimTrack", + "PageFieldDisplayOrder": 21, + "DisplayContext": "READONLY", + "PageID": "WorkAllocationIntegrationFields", + "PageDisplayOrder": 2, + "Publish": "Y" } ]