39
Successfully Implementing Student Account Creation using Directory Business Interlink, Sign-On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Embed Size (px)

Citation preview

Page 1: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Successfully Implementing Student Account Creation using

Directory Business Interlink, Sign-On PeopleCode and

Communications (3 C’s)

USM PeopleSoft Conference

Page 2: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Andy Wolodkin, Database Administrator, Frostburg State University

Heidi Diaz, PeopleSoft Administrative Assistant, Frostburg State University

Presenters

Page 3: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

This presentation will focus on the creation of student accounts using the Directory Business Interlink and Sign-On PeopleCode with Microsoft Active Directory on a Windows 2000 server. Some of the points we will be discussing will include:

Setting up the Directory Interlink

Customizing Sign-On PeopleCode

Setting Up Communication Tables and Extracting Data

Designing Communications (to notify students of account information)

Creating a Mass Assign Communication

Summary of Presentation

Page 4: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Directory Authentication

Page 5: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

User Profile Caching

Page 6: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

User Profile Caching Optional

Page 7: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

SignOn PeopleCode

Page 8: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Single SignOn

Page 9: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Directory Group Import

Page 10: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Directory Group Import Attributes

Page 11: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Process Directory Group Import

Page 12: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Roles Dynamic Members

Page 13: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Assign Directory Groups

Page 14: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Roles Dynamic Members

Page 15: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

App Messaging Monitor

Page 16: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Communications

Why are communications important?

Communications are important so that you can track the times that you have communicated with students.

It gives you the ability to give information to a large number of students.

Page 17: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Two Ways to Assign Communications

Mass Change Definition

Mass Communication Assign

Page 18: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Advantages of a Mass Communication Assign

It provides more flexibility in what information you can extract from a query. Mass change only provides you with predefined fields.

It provides more functionality for areas that traditionally haven’t been able to use Mass Change/Letter Gen ( i.e. HR, Student Records)

Page 19: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Disadvantages of a Mass Communication Assign

Will not be helpful if you are not familiar with PeopleSoft query.

You have to be knowledgeable about the processes in a Mass Communication Assign (not for the inexperienced.)

You can’t use it for administrative functions where the variable data is not the same for everyone.

Page 20: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Complete PS Communication Setup

Step 1: Setting Up the Standard Letter Table

Step 2: Setting Up the Communication Context Table

Step 3: Setting Up the Communication Category Table

Step 4: Setting Up the Communication Speedkey Table

Step 5: Attach Communication to a 3 C’s Group

Page 21: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Navigation to Setup Communication Tables

Page 22: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Setting Up the Standard Letter Table

Page 23: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Standard Letter Table cont…

Page 24: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Setting Up the Communication Context Table

Page 25: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Setting Up the Communication Category Table

Page 26: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Setting Up the Communication Speedkey Table

Page 27: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Attach Communication to a 3 C’s Group

Page 28: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Communication Process

1. Create a query to identify recipients.

2. Extract data and save to a .csv or.xls file.

3. Create and set up the letter template.

4. Merge the letter with the data extract.

5. Print the letters.

6. Extract the EmplID from the above query output and run that list through the Mass Communication Assign Process.

Page 29: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Extracting Data from PeopleSoft

Create a query using Application Designer to pull data from the PS system.

Page 30: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Extracting Data from PeopleSoft cont…Run query to download results into a .csv file or an .xls file.

Page 31: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Letter Creation

Page 32: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Merging the Data into the Letter

Create a letter merge in Microsoft Word. (Tools>Mail Merge)

1. Open the letter template that you created.

2. Open the .csv or .xls file you created by running the query.

3. In the letter, insert the merge fields, which are the placeholders that tell Microsoft Word where to insert data from the data source.

4. Merge the data from the .csv or .xls file into the main document.

5. Each record in the .csv or .xls file produces an individualized letter.

Page 33: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Extracting Data from PeopleSoft cont…

Extract Emplids from .csv or Excel file and paste them into a TextPad file.

Page 34: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Extracting Data from PeopleSoft cont…

Name the file and save it to an area of your choice.

Page 35: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Mass Communication Assign Process

Page 36: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Home > FSU Customizations > Financial Aid > Process > FSU Mass Communication Mgmt 

Page 37: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Checking on Communications

Build Community>Communications>Use>Communication Management

Page 38: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Contact Info

Andy Wolodkin

[email protected] Heidi Diaz

[email protected]

Page 39: Successfully Implementing Student Account Creation using Directory Business Interlink, Sign- On PeopleCode and Communications (3 C’s) USM PeopleSoft Conference

Q&A