-
Notifications
You must be signed in to change notification settings - Fork 19
04X Remediation Taxonomies
Raymond Hughes edited this page Sep 9, 2023
·
19 revisions
Helpful links for further information on EPEs
- Log in to AWS
- EC2 find the appeals-prod instance and connect
- Source environment variables and open console
sudo su -c "source /opt/caseflow-certification/caseflow-certification_env.sh; cd /opt/caseflow-certification/src; bin/rails c -- --nomultiline"
- Set user
RequestStore[:current_user] = User.system_user
- Locate Appeal record
appeal = Appeal.find_appeal_by_uuid_or_find_or_create_legacy_appeal_by_vacols_id("some-copied-uuid")
- Locate decision document
doc = appeal.decision_document
- Locate end_product_establishments; if no end_product_establishments exist, follow the steps outlined here <---- UPDATE LINK
epe = doc.end_product_establishments.first # verify this is the end_product_establishment we want to work with
- Check epe code and disposition to make sure they are correct and match the users details in the SNOW ticket. When verified proceed to step 5.
pp epe
- Locate Appeal record
appeal = Appeal.find_appeal_by_uuid_or_find_or_create_legacy_appeal_by_vacols_id("some-copied-uuid")
- Locate decision document
doc = appeal.decision_document
- Locate end_product_establishments; if no end_product_establishments exist, follow the steps outlined here <---- UPDATE LINK
epe = doc.end_product_establishments.first # verify this is the end_product_establishment we want to work with
- Check epe code and disposition to make sure they are correct and match the users details in the SNOW ticket. When verified proceed to step 5.
pp epe
- 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