# Types of Parents within your pickatime account

Parents are categorized differently in **Contacts**, depending on their relationship to the school:

<div class="overflow-x-auto w-full px-2 mb-6" id="bkmrk-type-typically-used-"><table class="min-w-full border-collapse text-sm leading-[1.7] whitespace-normal"><thead class="text-left"><tr><th class="text-text-100 border-b-0.5 border-[hsl(var(--border-300)/0.6)] py-2 pr-4 align-top font-bold" scope="col">**Type**</th><th class="text-text-100 border-b-0.5 border-[hsl(var(--border-300)/0.6)] py-2 pr-4 align-top font-bold" scope="col">**Typically used for**</th></tr></thead><tbody><tr><td class="border-b-0.5 border-[hsl(var(--border-300)/0.3)] py-2 pr-4 align-top">**Current Parent**</td><td class="border-b-0.5 border-[hsl(var(--border-300)/0.3)] py-2 pr-4 align-top">Parent-Teacher Conferences</td></tr><tr><td class="border-b-0.5 border-[hsl(var(--border-300)/0.3)] py-2 pr-4 align-top">**Prospective Parent**</td><td class="border-b-0.5 border-[hsl(var(--border-300)/0.3)] py-2 pr-4 align-top">Interview-like events (admissions, etc.)</td></tr></tbody></table>

</div>**Note:** The **Prospective** import parent type includes Blackbaud's roles **Parent of Candidate** and **Parent of Incoming Student**.

<div class="overflow-x-auto w-full px-2 mb-6" id="bkmrk-"></div>### **Helping Prospective Parents Access Their Events**

Parents with the roles **Parent of Candidate** or **Parent of Incoming Student** don't have [access to the Resource Board](https://kb.blackbaud.com/knowledgebase/Article/109627) by default. To reach them, you'll need to use Blackbaud's **Smart Tuition SSO**, placed either in the **Admissions Progress Text Box** or as a **Checklist Step**.

#### **Prerequisite: Accessing Admissions Setup**

To configure this, you'll need the **Admissions Manager** role in Blackbaud.

<p class="callout success">⚠️ After this role is applied to your account, you must **log out and log back in** for it to take effect.</p>

##### **Option A: Add the SSO Link to the Admissions Progress Text Box**

1. In **Enrollment Management**, go to **Admissions → Admissions Setup**.
2. Select **Candidate Progress Text**, and write the message you'd like to show to Parents of Candidates/Incoming Students.
3. Highlight the text you want to hyperlink, then click the **hyperlink** button.
4. Paste in your SSO URL — found under **Core / Security / Authenticate Settings / SSO Settings** *(see steps 3–6 of SSO Setup)*.
5. Save your message.
6. 💡 **Customizing link color:** There's no built-in color option. Instead, open the **Source Code viewer** (the **`<>`** button, top-left) and add `style="color: red;"` inside the link tag:
    
    <div class="relative group/copy bg-bg-000/50 border-0.5 border-border-400 rounded-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-accent-100" tabindex="0"><div class="sticky opacity-0 group-hover/copy:opacity-100 group-focus-within/copy:opacity-100 top-2 py-2 h-12 w-0 float-right"><div class="absolute right-0 h-8 px-2 items-center inline-flex z-10">  
    </div></div></div>

```html
<a href="Real SSO link" style="color: red;">Text visible to Parents of Candidate</a>
```

##### **Testing this setup:**

1. In **Core**, under your account name, select **Impersonate User**.
2. Choose a user with **only** the role **Parent of Candidate** or **Parent of Incoming Student**.
3. Confirm the new message and link appear correctly.

#### **Option B: Add the pickAtime Link as a Checklist Step**

1. In **Enrollment Management**, go to **Admissions → Admissions Setup**.
2. Select **Checklists**.
3. Click **Edit** on the checklist you want to modify.
4. Locate the relevant stage, then click **Add Step**.
5. Fill out the form: **Type**, **Name**, **Due Date**, **Staff Assigned**, whether it's **Required**, and select **Yes** under **Candidate Publishing Options**.
6. Add a **Step Name** and **Description**, then paste your SSO URL — found under **Core / Security / Authenticate Settings / SSO Settings** *(see steps 3–6 of SSO Setup)*. An image is optional.
7. Click **Show Details**, then **Save**.
8. If this change affects existing candidates, you'll be prompted to update which candidates should have access.
9. Once confirmed, the step will appear in the relevant candidates' checklists.

##### **Testing this setup:**

1. In **Core**, under your account name, select **Impersonate User**.
2. Choose a user with **only** the role **Parent of Candidate** or **Parent of Incoming Student**.
3. Confirm the step appears in that student's checklist.