Changes between Version 1 and Version 2 of zuausr
- Timestamp:
- 06/08/17 15:40:07 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zuausr
v1 v2 17 17 Several 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. 18 18 19 Many classes that formerly required Type II approvals have been downgraded to Type I approval or no longer require any form of approval: 19 Many classes that formerly required Type II approvals have been downgraded to Type I approval or no longer require any form of approval:[[br]] 20 20 [[https://docs.google.com/document/d/1C436S4-1RaWuNq-AJ_sxIkASz52WeLJnq-1c_WjoOII/edit#heading=h.bopg1aq5eqzr|Finance Classes]][[BR]] 21 21 [https://docs.google.com/document/d/1hgOMjkcHR3GuUsUT07v-s7qlJBNl5jmK4NPKZTWccEk/edit#heading=h.bopg1aq5eqzr[|HR Classes]][[BR]] … … 29 29 [[newUsers|Creating New Users]][[BR]] 30 30 [[queueHell|Managing the Queue]][[BR]] 31 [[scriptHell|Managing Scripts]][[BR]] 32 [[pushingData|ZUAUSR Table Maintenance]][[BR]] 31 [[managingTickets|Managing Other Requests via Tickets]][[BR]] 33 32 33 === Behind the Scenes === 34 Several 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 ==== 38 Several 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]] 34 43 44 ==== Tasks Requiring Knowledge of ZUAUSR Scripts ==== 45 ZUAUSR 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