Advance on Docket (AOD) - department-of-veterans-affairs/caseflow GitHub Wiki

What is AOD?

Some appeals are marked AOD, or Advance on Docket.

AOD cases represent the highest-priority cases. Veterans can be "advanced on the docket" due to age, financial hardship, terminal illness, etc., and therefore skip ahead in the line.

AOD status is automatic when a Veteran reaches 75 years of age, while other reasons require that the Veteran file a motion.

The logic for whether an appeal is considered AOD is mostly encapsulated in Appeal#aod? (which also looks for AdvanceOnDocketMotions, and in LegacyAppeal#aod? (which ultimately comes from VACOLS through AppealRepository).

Additional Information

Steps to mark an appeal as AOD in Caseflow:

  1. Log in as a user within the AodTeam Organization.
  2. Click the "Search" link in the top right corner of the page next to the username.

search_link

  1. Enter the docket number or Veteran ID , for the case that you want to mark as AOD, into the search field and click search
  2. Click on the docket number to bring up the case details screen

case_search

  1. Click the "Edit" link under the veteran id

edit_link

  1. The Update Advanced on Docket Status modal will pop up
  • For the AOD Motion Disposition field, choose grant from the drop down
  • For the Reason field, choose a reason from the drop down
  • Click the Submit

aod_modal

  1. After the modal closes there will be an a success banner on the top of the screen and an AOD label under the Appeal Stream Type to show that the case has been successfully placed in AOD status.

success_screen