Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
idrequest-details

Slate Instance

TUP

Requestor

Hannah Fridy

Date

3/11/2024

Status

Status
colourRedGreen
titleIn Progresscompleted

Summary Description

Develop a query template and a form template with documentation/instructions so that TUSMGP staff are consistently tracking outbound recruitment calls in a way which can be used for lead scoring and reporting.

...

Finalizing this will also support the audit of the activity and interaction codes (and possibly forms) to continue the long-term project of “cleaning up” the TUSMGP instance of Slate.

Research:

...

Form Title

...

Form Status

...

Form Folder

...

Form Created Date

...

Form Updated Date

...

Form Total Registrants w/ Guests

...

Most Recent Submission Date

...

AAP In Progress Contact Report (DPT)

...

CONFIRMED

...

Outreach

...

7/5/2023 16:06

...

12/21/2023 11:55

...

1302

...

3/8/2024 11:34

...

AAP Yield Contact Report (2024)

...

CONFIRMED

...

Outreach

...

2/12/2024 15:19

...

3/4/2024 9:41

...

19

...

3/7/2024 15:52

...

PHPD - AAP Yield Contact Report (MPH, MBS, & DPT)

...

CONFIRMED

...

Outreach

...

2/16/2022 13:18

...

3/4/2024 9:43

...

557

...

3/7/2024 15:11

...

AAP Office Hours Report

...

CONFIRMED

...

Outreach

...

9/14/2022 8:58

...

11/16/2023 9:38

...

95

...

3/6/2024 15:20

...

AAP Office Hours Report (DPT)

...

CONFIRMED

...

Outreach

...

10/16/2023 9:58

...

10/16/2023 11:15

...

11

...

2/28/2024 8:21

...

Su24 Inquiry Contact Form

...

CONFIRMED

...

Outreach

...

12/7/2023 15:22

...

2/23/2024 13:57

...

560

...

2/26/2024 15:57

...

PHPD - Interaction Tracking

...

CONFIRMED

...

Outreach

...

5/15/2019 13:45

...

5/23/2023 10:22

...

1884

...

2/26/2024 14:33

...

DPT Deposit Deadline Reminder

...

CONFIRMED

...

Outreach

...

11/3/2023 10:24

...

1/9/2024 9:36

...

62

...

In order to review existing call list forms, we had to figure out how to find out which queries and forms are configured for call lists. This ended up being a bit of an adventure. Eventually I determined that the only way to see that a query was configured to support a call list was to look at a field not available via CJ called config. This field contains XML coding which includes both a variable for call_list and the GUID of the associated form.

This query identifies all queries that have the text “call_list” in the config field and exports the full XML in the query.

https://tusmgp.admissions.tufts.edu/manage/query/query?id=0ab4c965-6006-42a1-a88f-9edfe0ca2a38

By exporting to Excel and manipulating the data in the config field I could pull out just the GUID for the form that is associated with the query. I then de-duped the list and ended up with 17 associated form GUIDs. Using that to filter to form data:

https://tusmgp.admissions.tufts.edu/manage/query/query?id=626eb173-b592-4cb9-8c05-2347c3fbdc0d

I can identify the 17 forms that are used as call lists. Last, I went back to the full query list and matched the names of the forms to the GUID so it would be easier to interpret. Below are the two spreadsheets of data I ended up with:

View file
nameQueries Configured as Call Lists w-Form Name.xlsx
View file
nameForms Used in Queries for Call Lists.xlsx

I then reviewed the 17 forms to see how they were used:

  • All forms had been saved in the Outreach folder, so that’s good.

  • Of the 17, only 9 had been used in the last 2 years, so I reviewed those.

Form Name

Date of last Submission

Notes

AAP Yield Contact Report (2024)

3/4/2024 18:44

Nothing mapped to interaction/activity code or system fields. Use this form to log yield phone calls to admitted students. The goal is to understand whether a student wishes to attend Tufts.

Su24 Inquiry Contact Form

12/11/2023 14:45

Nothing mapped to interaction/activity code or system fields. Use this form to log phone calls to inquiries. The goal is to understand whether a student in interested in applying and drive them to submit their application.

DPT Deposit Deadline Reminder

11/28/2023 10:14

Nothing mapped to interaction/activity code or system fields. Has field for applicant name (why?).

In-Person Open House 23 Reminder Calls

11/1/2023 11:33

Nothing mapped to interaction/activity. DOES HAVE MAPPED TO SYSTEM FIELDS FOR NAME.

In-Person Open House Call Form

10/26/2023 9:14

Nothing mapped to interaction/activity code or system fields. Has field for applicant name (why?).

AAP In Progress Contact Report (DPT)

7/20/2023 10:54

Nothing mapped to interaction/activity code or system fields. Description says it is for “in progress calls to admitted students” which seems wrong?

PHPD - AAP In-Progress Contact Report (DPT)

1/12/2023 16:25

PHPD - App Conversion Contact Report (MBS, F23)

CONFIRMED

Outreach

10/

26

27/2022

13:38

11:24

Does map to an activity: User, Code, and Private Comments. (App Conversion > Await Submission > one of the four sub-codes).

PHPD - MPH Staff Admit Calling

5/

23

12/

2023 10

2022 11:21

236

12/29/2023 12:09

In-Person Open House 23 Reminder Calls

CONFIRMED

Outreach

10/26/2023 17:28

11/1/2023 11:12

94

11/2/2023 10:23

In-Person Open House Call Form

CONFIRMED

Outreach

10/10/2023 13:40

10/10/2023 13:54

50

10/26/2023 11:49

...

Has status of TENTATIVE. Nothing mapped to interaction/activity code or system fields.

Outcome:

Original plan was to create a form template and query template to use to build new call lists, but ran into a snag when discovered that when copying a form all conditional logic is removed (even if using a form template and not just copying a form as usual).

Slate solution is to use Suitcase (bizzare and annoying!) https://feedback.technolutions.com/forums/923530-slate/suggestions/38529169-carry-form-logic-over-to-copies-when-using-copy-f

Query Template

Form Template

Entity