Download presentation
Presentation is loading. Please wait.
Published byBrittany Miller Modified over 9 years ago
1
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Establishing Login Interrupts in the PeopleSoft Enterprise Portal June 2007
2
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Today’s Presenters Jim GallamoDirector Sonya HughesWeb Specialist Suman RustagiSenior Technical Advisor
3
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Overview Catholic University created a unique method for interrupting the PeopleSoft Enterprise Portal login process to collect important information. This presentation describes our experience in developing and implementing this service.
4
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Agenda CUA Overview PeopleSoft Environment Development Goals Implementation Options Key Development Considerations Process Flow Technical Details Questions
5
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Overview Located in Washington, DC Founded in 1887 6000 Students 1500 Faculty and Staff Undergrad, Grad and Doctoral programs 12 Schools including Law School Research – Tier II
6
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA PeopleSoft Environment PeopleSoft SA/HRMS v8.0 SP1, PTools v8.20 PeopleSoft Enterprise Portal v8.8, PTools v8.44 Oracle 9i database Dell and Sun Microsystems servers Windows 2000 and Solaris v9 operating systems Access to SA/HRMS via Enterprise Portal
7
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Server Environment
8
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Development Goals Create a simple method for collecting data Create a user-friendly interface Configurable to any user population Reusable technology components Minimize impact to system performance
9
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Key Development Considerations Maintain target data in source system Maintain data integrity between systems Real-time processing of updates Removing and reapplying user access Timing of feature usage by campus Minimal impact to user navigation
10
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Implementation Options Use Delivered PeopleSoft functionality –Hold/To Do Lists Third-party development tools –ColdFusion, AJAX, etc. Delivered PeopleSoft technology –PeopleTools, PeopleCode, SQR
11
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Solution Custom development using PeopleSoft tools Employ expire password functionality in Enterprise Portal Use Sign-on PeopleCode from Enterprise Portal Establish data links between systems
12
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process Users load the guest bypass page on initial login The password is expired to trigger the interrupt process The custom pages are displayed, forcing data entry The password will remain expired until the data entry is complete Upon finishing, the password is un-expired and the user is logged out Users can re-login successfully with full access on their next attempt
13
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process (cont’d)
14
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process (cont’d)
15
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process (cont’d)
16
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process (cont’d)
17
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process (cont’d)
18
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Process (cont’d)
19
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Technical Details
20
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Technical Details (cont’d)
21
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Technical Details (cont’d)
22
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Technical Details (cont’d)
23
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Technical Details (cont’d) PeopleTools > Security > Password Configuration > Password Controls
24
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA PeopleTools > Web Profile > Select the profile you are using > Go to Look and Feel Tab. Permission List PSWDEXPR needs access to the new component and all the pages in the component. Technical Details (cont’d)
25
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Technical Details Update psoprdefn@PAPRD L set L.lastpswdchange = '18-APR-2006' where exists(SELECT 'K' FROM PS_STDNT_CAR_TERM Z WHERE Z.STRM in ('1071', '1075') AND L.EMPLID = Z.EMPLID AND EXISTS (select 'x' from PS_STDNT_ENRL B where Z.emplid = b.emplid and z.strm = B.STRM AND Z.ACAD_CAREER = B.ACAD_CAREER AND B.STDNT_ENRL_STATUS = 'E' AND B.ENRL_STATUS_REASON <> 'WDRW') AND NOT EXISTS(SELECT 'Y' FROM PS_ACAD_PROG A WHERE A.EMPLID = Z.EMPLID AND A.ACAD_CAREER = Z.ACAD_CAREER AND A.STDNT_CAR_NBR = Z.STDNT_CAR_NBR AND A.EXP_GRAD_TERM = '1071' AND A.ACAD_CAREER = Z.ACAD_CAREER AND A.STDNT_CAR_NBR = Z.STDNT_CAR_NBR AND A.EXP_GRAD_TERM = '1071' AND A.DEGR_CHKOUT_STAT <> ' ' AND A.EFFDT = (SELECT MAX(A_ED.EFFDT) FROM PS_ACAD_PROG A_ED WHERE A.EMPLID = A_ED.EMPLID AND A.ACAD_CAREER = A_ED.ACAD_CAREER AND A.STDNT_CAR_NBR = A_ED.STDNT_CAR_NBR AND A_ED.EFFDT <= SYSDATE) AND A.EFFSEQ = (SELECT MAX(A_ES.EFFSEQ) FROM PS_ACAD_PROG A_ES WHERE A.EMPLID = A_ES.EMPLID AND A.ACAD_CAREER = A_ES.ACAD_CAREER AND A.STDNT_CAR_NBR = A_ES.STDNT_CAR_NBR AND A.EFFDT = A_ES.EFFDT)))
26
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Interrupt Usage Current –Emergency Contact Information –Local Addresses –Cell Phone Notification Future –Health Insurance Waivers –Financial Responsibility Statement
27
Center for Planning and Information Technology T HE C ATHOLIC U NIVERSITY of A MERICA Points of Contact Suman Rustagi (rustagi@cua.edu) Sonya Hughes (hughess@cua.edu) Jim Gallamo (gallamo@cua.edu)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.