��<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Product Release Index</title> <link rel="stylesheet" type="text/css" href="../../corp.css"> </head> <body> <h3 align="center">Release Notes: Item 1407-02</h3> <h5 align="center">XML Schema 4.0a</h5> <hr width="80%" align= "center"> <p>This release improves access to disbursement point information for the interface program WFFID15N, which retrieves enrollment status, CIP and other fields as required for COD reporting from your student systems during Disbursement, Direct Loan Export and TEACH Export processing.</p> <p>Previously, the only access to disbursement points was the ##SCHED arrays in the GDA, which included all disbursement points defined for the aid year. Now, the Disbursement or Export function will pass to WFFID15N an array (#DISB-PT) of the disbursement points relevant to the loan or TEACH grant being processed -- each single disbursement point (during Disbursement), or all pertinent disbursement points (for DL and TEACH Exports). For example, during DL Export processing, if a student needs to have a fall disbursement exported (either actual or anticipated), the DL export passes an array with the Fall disbursement point. The interface program WFFID15N can then find the enrollment status, etc. for that disbursement and pass it back to the program in the same array spot.</p> <p>Each disbursement point is located in the disbursement point array in the position that corresponds to its occurrence in the schedule array. For example, suppose the schedule consists of four disbursement points: fall (1), spring (2), summer 1 (3) and summer 2 (4), and the Direct Loan Export is handling a loan with spring/summer 1 disbursements. The Export passes the 2 and 3 disbursement points in the second and third positions, as they occur in the schedule:<pre> Ocurrence Disb Pt Array (#DISB-PT) Schedule (##SCHED-DP) --------- ------------------------ --------------------- 1 1 2 2 2 3 3 3 4 4 5 6 . . . 12 (up to 12 disbursement point can be defined)</pre></p> <p>The release also corrects some XML format issues:<ul> <li>For both DL and Teach, the &lt;PaymentPeriodStartDate&gt; will be populated in the disbursement block with the start date of the term in which the disbursement falls. For example, if disbursement point 1 is in the Fall term, the &lt;PaymentPeriodStartDate&gt; tag for disbursement 1 will contain the begin date for Fall. Previously this tag was not being generated.</li> <li> The &lt;AbilityToBenefitCode&gt; tag is moved to follow the &lt;FinancialAwardCreateDate&gt;; for example:<pre> &lt;FinancialAwardCreateDate&gt;2014-07-23&lt;/FinancialAwardCreateDate&gt; &lt;AbilityToBenefitCode&gt;06&lt;/AbilityToBenefitCode&gt;</pre></li> <li>The &lt;Note&gt; tag is moved down in the PLUS Borrower block to follow the Citizenship information; for example:<pre> &lt;Citizenship&gt; &lt;CitizenshipStatusCode&gt;1&lt;/CitizenshipStatusCode&gt; &lt;/Citizenship&gt; &lt;Note&gt; &lt;SchoolNoteMessage&gt;121212121&lt;/SchoolNoteMessage&gt; &lt;/Note&gt; &lt;DefaultOverpayCode&gt;N&lt;/DefaultOverpayCode&gt; &lt;/Borrower&gt;</pre></li> </ul></p> <h4>Implementation Notes</h4> <ul> <li>This item is required at all client sites, but may already have been implemented at some institutions. Please verify your source code.</li> <li>Load the updated modules from the SYSOBJH input file (sy140702.txt) in the <a href="http://www.wolffpack.com/clientservices/client_zip_files/2014/1407-02.zip">attached zip file</a>. Or, you may apply source changes manually for the updated modules. Click on the "mods" link next to the module name for the Differences Report, which shows the previous and current versions of the module side by side. For a further description of the Differences features, click the "Help" link at the top right when the report is displayed. <ul class="list"> <li>WFDLN15B (<a href="./1407_02/wfdln15b.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFFI215N (<a href="./1407_02/wffi215n.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFFID15N (<a href="./1407_02/wffid15n.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFTCR15N (<a href="./1407_02/wftcr15n.htm" target="rlsmods" class="mods">mods</a>)</li> <li>WFDLE15B (<a href="./1407_02/wfdle15b.htm" target="rlsmods" class="mods">mods</a>)</li> </ul></li> </ul> <hr width="80%" align= "center"> </body> </html>