Changes between Version 1 and Version 2 of zuausr


Ignore:
Timestamp:
06/08/17 15:40:07 (7 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zuausr

    v1 v2  
    1717Several Classes have been removed from ZUAUSR.  These were removed if they met the criteria above, were infrequently used, or consolidated into other classes.  Refer to Google Documents in the [[https://drive.google.com/drive/folders/0B1lxXqYPLTCiOENjVjBXaTJyUWM|ZUAUSR Administration Documents]] folder. 
    1818 
    19 Many classes that formerly required Type II approvals have been downgraded to Type I approval or no longer require any form of approval: 
     19Many classes that formerly required Type II approvals have been downgraded to Type I approval or no longer require any form of approval:[[br]] 
    2020[[https://docs.google.com/document/d/1C436S4-1RaWuNq-AJ_sxIkASz52WeLJnq-1c_WjoOII/edit#heading=h.bopg1aq5eqzr|Finance Classes]][[BR]] 
    2121[https://docs.google.com/document/d/1hgOMjkcHR3GuUsUT07v-s7qlJBNl5jmK4NPKZTWccEk/edit#heading=h.bopg1aq5eqzr[|HR Classes]][[BR]] 
     
    2929[[newUsers|Creating New Users]][[BR]] 
    3030[[queueHell|Managing the Queue]][[BR]] 
    31 [[scriptHell|Managing Scripts]][[BR]] 
    32 [[pushingData|ZUAUSR Table Maintenance]][[BR]] 
     31[[managingTickets|Managing Other Requests via Tickets]][[BR]] 
    3332 
     33=== Behind the Scenes === 
     34Several tasks require server access to complete.  These fall into two rough categories: 
     35* Tasks depending on SQL knolwedge to complete 
     36* Tasks depending on knowledge of ZUAUSR scripts (ksh, perl, and SQL) housed on the PROD instance 
     37==== Tasks requiring Knowledge of SQL to Complete ==== 
     38Several tasks require a competent knowledge of SQL and ORACLE commands. 
     39* [[ztvclsaInsert|Creating new basic associated classes in ZUAUSR]] 
     40* [[ztvclsdInsert|Creating new SUPER classes in ZUAUSR]] 
     41* [[bannerRoleSteps|Integrating a new BANNER role into ZUAUSR]] 
     42* [[pushingData|ZUAUSR Table Maintenance]] 
    3443 
     44==== Tasks Requiring Knowledge of ZUAUSR Scripts ==== 
     45ZUAUSR processing is managed by script invocations from the UA instance of the AppManager tool.  To change a script (add, delete, modify functionality), delete a script, or creation new functionality to provide access for several services all require a working knowledge of ZUAUSR script organization and priority in the AppManager ProcessFlows. 
     46* [[scriptHell|Creating, Modifying, or Deleting ZUAUSR Processing Scripts]] 
     47