Looking for Other Schools Eligibility Script

Hey all,

We are try to run our Financial Aid Tracking groups for the first time and we snagged on the Ineligible for Financial Aid Group(where we check against admissions reject/accept codes). I was just curious what other schools had for there code in RORRULE.

Thanks

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Admissions Decision Codes in RORRULEs

If you are looking for the Latest Decision Code for an Admissions Application, I have found that the ROVAYxx view works well. I use this in my Tracking and Budget Group RORRULEs to identify Accepted and Deposit Paid. Admissions here has setup codes so that all accepted code start with A and all Deposit Paid codes start with R. So I use the following lines to identifiy students who are accepted or deposit paid:

ROVAY08 LIKE 'A%' OR
ROVAY08 LIKE 'R%'

Let me know if this helps. I can provide more detail if needed.