Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

ITS Administrative Application (ITSAdmin) pulls data from the SECE Application (SECE) as needed.  

An API key is required to communicate with SECE. This api key is stored in SECE's database. A common occurrence is for the SECE TEST database to be refreshed with production data, which changes the api key thus breaking the communication link between SECE and ITS Admin. The result is no data being pulled into ITS Admin. The fix is to change the api key to what's referenced in ITS Admin's property file.


When a student is hired by ITS, a personnel from the Admin Services group will create the record of that student within ITSAdmin.  

The process outline:

           <transaction>
             <header>
               <plcID>323692</plcID>
               <plcStdUhuuid>24318333</plcStdUhuuid>
               <plcStdName>Haake Contento, Mark</plcStdName>
               <plcJobID>7127</plcJobID>
               <payCode>A1</payCode>
               <plcJobTitle>Computer Operator I</plcJobTitle>
               <plcJobPayCode>A11</plcJobPayCode>
               <plcJobPayValue>9.75</plcJobPayValue>
               <deptName>Information Technology Services-Network Operations</deptName>
               <plcType>UH Payroll</plcType>
               <plcActiveDate>11-02-2016</plcActiveDate>
               <plcInactiveDate/>
             </header>
             <transactionOptions>
               <transactionOption>
                 <plcTransID>839933</plcTransID>
                 <transDescr>11-02-2016 Hire Student - Establish on UH Payroll</transDescr>
               </transactionOption>
             </transactionOptions>
           </transaction>


  • No labels