Skip to content

Commit

Permalink
CIV-15963 notify claimant online after defendant lip noc (#5293)
Browse files Browse the repository at this point in the history
CIV-16035 renamed to support prod and non prod

Co-authored-by: sankhajuria <[email protected]>
  • Loading branch information
jeswanth-hmcts and sankhajuria authored Feb 4, 2025
1 parent bae5043 commit b0a195c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
}]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "CREATE_NOC_ONLINE_DASHBOARD_NOTIFICATION_FOR_CLAIMANT",
"Name": "Case online",
"Description": "Generate Dashboard Notification in CUI",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "Y",
"ShowEventNotes": "N",
"EndButtonLabel": "Submit",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"RetriesTimeoutURLSubmittedEvent": 0
}]

0 comments on commit b0a195c

Please sign in to comment.