-
Notifications
You must be signed in to change notification settings - Fork 19
Withdrawal of hearing
Ki Mau edited this page Sep 21, 2022
·
10 revisions
The Appellant Notification module will notify an appellant when a scheduled hearing for their appeal has been withdrawn. There are two different ways in which a hearing is withdrawn.
- A hearing coordinator chooses to cancel the hearing on the appeal's case details page. The hearing's disposition is set to "cancelled" and the hearing tasks for the appeal are also updated to be cancelled.
- A hearing coordinator chooses to cancel the hearing on the daily docket. The hearing's disposition is set to "cancelled".
There are three different methods used to track cancelled hearings:
- The method used to track cancelled hearings from the appeal's case details page is
update_hearing(hearing_hash)
located inapp/models/tasks/assign_hearing_disposition_task.rb
. - The method used to track cancelled hearings for AMA Appeals on the daily docket is
update_hearing
located inapp/models/hearings/forms/hearing_update_form.rb
. - The method used to track cancelled hearings for Legacy Appeals on the daily docket is
update_caseflow_and_vacols(hearing_hash)
located inapp/models/legacy_hearing.rb
.
- Home
- Acronyms and Glossary
- Caseflow products
- Caseflow Intake
- Caseflow Queue
- Appeals Consumer
- Caseflow Reader
- Caseflow eFolder
- Caseflow Hearings
- Caseflow Certification
- Caseflow APIs
- Appeal Status API
- Caseflow Dispatch
-
CSUM Roles
- System Admin
- VHA Team Management
- Active Record Queries Resource
- External Integrations
- Caseflow Demo
- Caseflow ProdTest
- Background
- Stuck Jobs
- VA Notify
- Caseflow-Team
- Frontend Best Practices
- Accessibility
- How-To
- Debugging Tips
- Adding a Feature Flag with FeatureToggle
- Editing AMA issues
- Editing a decision review
- Fixing task trees
- Investigating and diagnosing issues
- Data and Metric Request Workflow
- Exporting and Importing Appeals
- Explain page for Appeals
- Record associations and Foreign Keys
- Upgrading Ruby
- Stuck Appeals
- Testing Action Mailer Messages Locally
- Re-running Seed Files
- Rake Generator for Legacy Appeals
- Manually running Scheduled Jobs
- System Admin UI
- Caseflow Makefile
- Upgrading Postgresql from v11.7 to v14.8 Locally
- VACOLS VM Trigger Fix M1
- Using SlackService to Send a Job Alert
- Technical Talks