Skip to content

04X Remediation Taxonomies

Raymond Hughes edited this page Sep 9, 2023 · 19 revisions

Helpful links for further information on EPEs

Required Steps

  1. Log in to AWS
  2. EC2 find the appeals-prod instance and connect
  3. 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"
  1. Set user
RequestStore[:current_user] = User.system_user

Taxonomies:

  • Establish 040 Board DTA Error Rating

  • Establish 040 Board DTA for new and relevant evidence

  1. Locate Appeal record
appeal = Appeal.find_appeal_by_uuid_or_find_or_create_legacy_appeal_by_vacols_id("some-copied-uuid")
  1. Locate decision document
doc = appeal.decision_document
  1. 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
  1. 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

  • Establish 040 Board DTA Error Non-Rating

  • Board DTA Error Non-Rating Failed to CEST


  • Establish 041 or CEST Board DTA with all issues


  • 040 Board DTA for remanded issues failed to cest


  • 040 Board DTA failed to dispatch an issue


  • 040 Board DTA Failed to CEST; EP Status - "Cleared, decisions sync failed."


  • Migrate contention from 040 Board DTA Error to 041 Board DTA Error from same docket appeal


  • Payee Code Update; 040 Board DTA Error


Clone this wiki locally