-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIV-12317 Store CUI "give evidence yourself" details (#4826)
* CIV-12317 Add complex type for evidence confirm details * translate claimant fields --------- Co-authored-by: Madhan Mahadevan <[email protected]>
- Loading branch information
1 parent
0dbf526
commit 53bfcd7
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
ccd-definition/ComplexTypes/EvidenceConfirmYourDetails.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"ID": "EvidenceConfirmYourDetails", | ||
"ListElementCode": "firstName", | ||
"FieldType": "Text", | ||
"SecurityClassification": "Public", | ||
"ElementLabel": "First name", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "EvidenceConfirmYourDetails", | ||
"ListElementCode": "lastName", | ||
"FieldType": "Text", | ||
"SecurityClassification": "Public", | ||
"ElementLabel": "Last name", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "EvidenceConfirmYourDetails", | ||
"ListElementCode": "email", | ||
"FieldType": "Text", | ||
"SecurityClassification": "Public", | ||
"ElementLabel": "Email", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "EvidenceConfirmYourDetails", | ||
"ListElementCode": "phone", | ||
"FieldType": "Text", | ||
"SecurityClassification": "Public", | ||
"ElementLabel": "Phone", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "EvidenceConfirmYourDetails", | ||
"ListElementCode": "jobTitle", | ||
"FieldType": "Text", | ||
"SecurityClassification": "Public", | ||
"ElementLabel": "Job title", | ||
"Searchable": "N" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters