94
PowerSchool University 2012 Simple Custom Fields and Screens Trainer Name Trainer/Consultant

Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

  • Upload
    ngominh

  • View
    240

  • Download
    2

Embed Size (px)

Citation preview

Page 1: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

PowerSchool University2012

Simple Custom Fields and Screens

Trainer Name

Trainer/Consultant

Page 2: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Agenda

• Welcome and Introductions

• Understanding PowerSchool’s Data Structure

• Using the Built-in Generator

• Adding HTML Code

• Exporting Custom Screens

• Brainstorming Other Possible Screens

• Looking at PowerSchool Customizations

• Time for Review

Page 3: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Understanding PowerSchool’s Data Structure

Page 4: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Three Ways to View Fields

1. View Field List: lists all student or staff fields in your PowerSchool database

2. Data Dictionary: lists the field name, data type, and description; available on PowerSource

3. Direct Database Export (DDE): contains every field name in each table

Page 5: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

The View Field List

Standard and custom fields look alike.

On the Start Page, click View Field List

Page 6: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Describes each field in every table.

The Data Dictionary

Column Name Data Type Description

First_Name (ver3.6.1) String 15 Students’ first name

FTEID (ver4.0.0) IntegerThe internal number for the FTE with which this record is associated. Indexed.

Gender (ver3.6.1) String 2 M=Male F=Female. Indexed.

Page 7: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Direct Database Export

System > Direct Database Export (DDE)

Page 8: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Identifying Custom Fields

Navigate to System > DDE

Verify that the current table is Students (1)

Choose Custom, and set the Comparator to #

Click Table View, and then click a student’s name

Find the custom field(s) of the record

Page 9: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

On the Start Page, click System

Page 10: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Choose the Students

table

System > Direct Database Export (DDE)

Page 11: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Select Custom Select #

Click Searchall XX recordsin this table

Page 12: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

SelectTable View

Page 13: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Click a student’s name under LastFirst

Page 14: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

View Custom

Custom field data

Custom field name

Page 15: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

View Custom Fields

Here’s one more way to view the custom fields:

1. On the Start Page, click System

2. Click Custom Fields / Screens

3. Click Student Fields

Page 16: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Now It’s Your Turn

Complete hands-on activity 1:

Identifying Custom Fields

Page 17: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Using the Built-in Generator

Page 18: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Some items to consider when creating fields:

✓ One creator

✓ Field names that make sense

✓ No spaces

✓ Unique field names

✓ 999 maximum fields

Best Practices When Creating Fields

Page 19: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Best Practices When Creating Fields

999PSU_2011

HS_FOOTBALL

MS_MENTOR25_COMPUTER

Page 20: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Navigate to the Generator

On the Start Page, click System

Page 21: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Tables Used in Custom Fields / Screens

• Create custom fields for four different tables

- Students

- Staff

- Courses

- Sections

• Create custom screens for two tables

- Students

- Staff

Page 22: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

The Scenario

One of the schools in your district has implemented a 1-1 laptop initiative and wants to track which students were issued laptops.

Page 23: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Creating a New Custom Screen

Determine the information and fields needed

Create the custom fields

Create the custom screen

Add the custom fields to the custom screen

View the new screen and make changes

Page 24: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Determine screen name, field names, and their input types

Screen NameLaptop Initiative

Field NamesLAPTOP_TAG_NOLAPTOP_MODEL

LAPTOP_MEMORYSIGNED_POLICYLI_COMMENTS

An existing field?

Page 25: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Create the custom student fields

System > Custom Fields / Screens > Student Fields

Page 26: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Use best practices to name your fields

STOP!

System > Custom Fields / Screens > Student Fields > New

Page 27: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Create the custom screen

System > Custom Fields / Screens > Custom Student Screens

Page 28: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Title your screen, and click Submit

System > Custom Fields / Screens > Custom Student Screens > New

Page 29: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Your custom screen appears in the list of screens

System > Custom Fields / Screens > Custom Student Screens

Page 30: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Click Edit Fields to add fields to your custom screen

System > Custom Fields / Screens > Custom Student Screens

Page 31: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Click New to add a field to the screen

System > Custom Fields / Screens > Custom Student Screens > Edit Fields

Page 32: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Enter the required information

System > Custom Fields / Screens > Custom Student Screens > Edit Fields > New

Page 33: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Find the field, and click the field name

Page 34: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Enter the remaining information

System > Custom Fields / Screens > Custom Student Screens > Edit Fields > New

Page 35: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Choose the Input Type

Input Type Description

Entry field A small field used to enter text

Static field A field used to contain specific, unchanging data

Check box A box used to select a value

Pop-up menu A menu used to select a value

Radio button A small, round, option button used to select a value

Entry box A large box used to enter multiple lines of text

Page 36: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Continue to add the fields to your screen

System > Custom Fields / Screens > Custom Student Screens > Edit Fields

Page 37: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Add existing fields

Page 38: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Make sure all the fields are organized and in place

Page 39: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

(Select a student) > Custom Screens > Laptop Initiative

View your new screen

Page 40: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

System > Custom Fields / Screens > Custom Student Screens > Edit Fields > (Select a field)

Make changes to the custom screen

Page 41: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Now It’s Your Turn

Complete hands-on activity 2:

Creating a Custom Screen

Page 42: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Adding HTML Code

Page 43: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

What Can HTML Do?

✓ Bold

✓ Italics

✓ Underline

✓ Font Size

✓ Font Color

✓ Return

✓ Center

Page 44: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

<b>Apple Grove District</b>

Bold

Page 45: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Italic

<i>Apple Grove District</i>

Page 46: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Underline

<u>Apple Grove District</u>

Page 47: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Font Size

<font size=4>Apple Grove District</font>

Page 48: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Font Color

<font color=red>Apple Grove District</font>

Page 49: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Breaks and Position

• Make a hard return with <br />

• Center text on the screen with <center>

Page 50: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Combine the Codes

<b><i><u><font size=4>Apple Grove District </font></i></u>

<font color=gray>545 West Dayton StreetApple Grove, CA 84062</b></font>

Page 51: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

The Results

Apple Grove District545 West Dayton StreetApple Grove, CA 84062

Page 52: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Add Some Pizzazz

Page 53: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Adding HTML

Locate your custom screen, and click Edit Field

Click a field name to add HTML

Add the HTML code

Repeat for each field

Select a student to view your changes

Page 54: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Now It’s Your Turn

Complete hands-on activity 3:

Adding HTML to a Custom Screen

Page 55: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Exporting Custom Screens

Page 56: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Sharing Screens

• Export to make changes

• Import the new screen

• Import other districts’ screens

Page 57: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Exporting and Importing a Custom Screen

Select your screen and export as a template

Open the file and view the code

Make any changes

Import the PowerSchool Template (.pst)

Verify the screen

Page 58: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Select your screen, and export as a template

System > Custom Fields / Screens > Custom Student Screens > Edit Fields

Page 59: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Open the file and view the code

Page 60: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Make any changes

Change the <Table> to Teachers

You may want to rename the <name>

Page 61: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Import the PowerSchool Template (.pst)

On the Start Page, click System

Page 62: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Choose the file to import

System > Import Report Template

Page 63: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Verify successful import of the PowerSchool Template (.pst)

Page 64: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Staff > (Select a staff member)

View the imported screen

Page 65: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Verify the screen and make any changes

Page 66: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

No need to add the fields

Don’t I Have to Add Fields?

Page 67: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Now It’s Your Turn

Complete hands-on activities 4 and 5:

Exporting and Importing a Custom Screen

Importing an OutsideCustom Screen

Page 68: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Brainstorming Other Possible Screens

Page 69: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

An Enrollment Screen

Page 70: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

• State Student Number

• IEP

• 504

• Gifted

• ELL Info

• Graduation Information

A State Reporting Screen

Page 71: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

A Staff Education or Certification Screen

• Hire date

• Certifications

• Degrees

• Activities supervised

• Awards

• Honors

Page 72: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

A Second-mailing Screen

Page 73: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Using Your Second-mailing Screen

Search for the students you need to mail

Print mailing labels for the selected students

Using the # search, search within the selected students for those who need a second mailing

Print the second-mailing labels for the new selection of students

Page 74: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Complete hands-on activity 6:

Creating a Second-mailing Screen

Now It’s Your Turn

Page 75: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Looking at PowerSchool Customizations

Page 76: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Customize Much More...

Page 77: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Customization: Foundations

If you are new to PowerSchool and have not worked with HTML and Cascading Style Sheets (CSS) before, this is the class for you. Discover how to modify and code HTML and CSS in PowerSchool pages. Learn how to modify existing data submission forms and learn how to build new custom forms.

Page 78: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Customization: Introduction

If you are familiar with HTML, CSS, and have modified PowerSchool custom pages before, broaden your customization knowledge with this class. Learn how to insert PowerSchool-specific programming codes in pages. Discover how to add common PowerSchool user interface examples using patterns that produce scalable pages that can survive product version changes.

Page 79: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

JavaScript: Introduction

Explore basic coding patterns and the syntax of JavaScript through customizing PowerSchool pages. Make your pages more powerful by auto-calculating fields. Use basic jQuery selectors and event handlers to help perform field validation.

Page 80: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

That’s Not All...

• Customization: Intermediate

• Customization: Advanced

• Customization: Going Through the Changes

or

• JavaScript: Foundations

• JavaScript: Intermediate

• Javascript: Advanced

Page 81: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Time for

Review

Page 82: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

A B

C D

Question 1

What is the maximum number of fields in any PowerSchool table?

1000 999

878 599

Page 83: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

A B

C D

Answer 1

What is the maximum number of fields in any PowerSchool table?

1000 999

878 599

Page 84: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Where do you click to begin your customization work?

Question 2

Page 85: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Answer 2

Where do you click to begin your customization work?

Page 86: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

A B

C D

Question 3

Why should you use capital letters or a unique pattern when naming custom fields?

To differentiate custom fields from existing fields

It’s the only format PowerSchool will recognize

It’s easier to read It isn’t a good idea

Page 87: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

A B

C D

Answer 3

Why should you use capital letters or a unique pattern when naming custom fields?

It’s the only format PowerSchool will recognize

It’s easier to read It isn’t a good idea

To differentiate custom fields from existing fields

Page 88: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Question 4

True or False: You can create custom screens for four tables using the built-in generator.

Page 89: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

False!

Answer 4

You can create custom screens in only two tables using the built-in generator: Students

and Staff (Teachers)

Page 90: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Which step is first?

C

B

D

A Modify the screen code

Verify the screen imported

Import the modified file

Export the custom screen

Page 91: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

The answer is...

D Export the custom screen

C Verify the screen imported

B Import the modified file

A Modify the screen code

Page 92: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Key Points from Today’s Class

• Data structure – Investigate the structure three ways (Field List, Data Dictionary, DDE)

• Custom fields – Keep names consistent

• Custom screens – Create new or use templates from other schools

• Other custom screen ideas – Create a second-mailing screen or enrollment screen

Page 93: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Question and Answer

Page 94: Simple Custom Fields and Screens Custom Fields and...Agenda • Welcome and Introductions • Understanding PowerSchool’s Data Structure • Using the Built-in Generator • Adding

Copyright © 2012 Pearson Education, Inc., or its affiliates. All rights reserved.

Don’t Forget!!

Navigate to

http://powerschooluniversity.com

and tell us what you think!