« January 2009 | Main | March 2009 »

February 12, 2009

Web registration emails

The web_reg variables in the registration emails come from a view called ZPVPERS. You can add/remove these variables by editing the view.

Posted by soukupm at 12:00 PM | Comments (0)

February 11, 2009

Address cleaning function

When a student adds or updates an address on wolf web or quick admit, the street address is cleaned by a function called F_Standardize_Name_Addr(). Some of the items it fixes is removing commas, uppercase first letter of a word, etc.

Posted by soukupm at 9:46 AM | Comments (0)

February 9, 2009

New Job Submission - SZRNOHF

I put a new job submission into production called SZRNOHF that lists students with 9 or more credit hours that don't have a health service fee. The job has one parameter - term_code. The output is a list of vnumbers and names.

Posted by soukupm at 2:08 PM | Comments (0)

February 6, 2009

Numeric compound sort

SZRPBASL.PL has an example for calling a numeric sort on a hash field.

Posted by soukupm at 2:23 PM | Comments (0)