Slate
Knowledge about Technolutions Slate.
Skills
Add JavaScript and CSS to Forms/Events the Easy Way
Slate provides an "easy button" to add scripts and CSS to a form. Other, more complex methods inv...
Adding JavaScript and CSS to Source
Many pages in this KB and many forum posts will advise you to paste some code into a static con...
โจ Open Your Browser's Console
๐ค How do I open the console? Browsers typically include a set of tools geared towards web de...
Slate Administrative Bookmarklets
New to bookmarklets? Learn more about them. Switch to test: javascript: dbname = $('.footer_mac...
Keyboard Shortcuts for Slate
Ever wished you could go faster in the Slate query builder? ๐ Wish you didnโt have to move the mo...
Copying Prompt Value Mappings
Ever wondered if it's possible to copy Prompt Value Mappings from one field to another when set...
Form Editing
Paste these code snippets into your browser's developer console to save yourself a lot of clickin...
Query Application Logic
Until Application Logic gets its own query base (๐ requires login), you can query your hard and s...
Query Data Dictionary
This is a work in progress. Only tested with CJ queries. Given the GUID of a query, this will sp...
Rename All Query Exports
Ever needed to quickly rename a large number of query exports? For example, you're querying on a ...
Renaming Rule Folders
To rename a folder in rules: Select all rules in the existing folder (gear icon -> Select All)...
Analysis
Finding where specific fields, filters, exports, etc. are used in Slate can be quite challenging....
Dump Source Format Mappings
This page is under construction. SELECT fmap.c.value('@src', 'nvarchar(max)') AS src_field ,fm...
Field Search Tool
Finding custom field usage in forms is easy, thanks to the Field Search tool! You'll find it unde...
Find Forms Not Covered by Origin Source Types โ
This query finds forms that are Person- or Application Creation-scoped and are not included any a...
Find Forms Using Old STL Conditional Logic
This has been lightly tested. Please email us at support at reworkflow.com if you find inaccuraci...
Find Rules Assigning Inactive Users
These queries will find rules that set fields with user prompts or Reader queues where the user i...
Find Rules by Checklist Group or Item
๐ How can I find which rule(s) reference a particular checklist group? Hopefully someone put...
Find Unmapped Prompt Values in Source Formats
Although it's possible to query for Source Formats with unmapped prompt values, this query is not...
Finding Field Usage
The Fields Search tool only goes so far. Hereโs some helpful SQL that can help directly search th...
Finding Keywords in Portal HTML Content
A CJ version of this query can be easily imported from a Suitcase:ย 4e5a7b48-104c-481d-8857-b5ce11...
Finding Queries by SFTP Export Server
Need to query for queries that export to a particular server? In this example, 34.200.21.44 is th...
Finding Query Exports and Filters by Name
Need to find all queries that use a particular filter or export? This will search for query filte...
Find Rules Assigning Bin
Finding which rule is assigning a bin requires knowing the bin's GUID. You can query this from th...
๐ฅฃ Easy Recipes
Here are some quick, pre-made solutions for common Slate challenges.
๐๏ธ Add an SSO Login Button
Adding a little JavaScript to the login page instructions can allow students, staff, etc. the cho...
๐ซณ Auto-Pick the First Option in a Related Event Selector
Ever wanted to automatically register students via a hidden Related Event Selector on a form? For...
๐ผ Birth Fields on Custom Per Page
Replacing the stock per page with a Slate-Hosted Application Page has great benefits, like a beau...
๐ฎ Change Country Field Default on an Address Block
Address blocks default the Country field to United States ๐บ๐ธ. What a particular form is targeted ...
๐๐ Content Blocks for Script Reuse in Portals
Did you know? You can use content blocks (snippets) without any merge fields/query involvement. ...
๐ก Copy Student's Address to Parent
Suppose you have a form with a student's address and a parent's address. You might wish to allow ...
Exclude Uploaded Materials from Document Export
When exporting from Configurable Joins - Document base to a document management system (BDM, OnBa...
๐ Expand All Report Rows โ
To automatically expand all rows in a report, put this HTML into static content blockโs Source: ...
๐ง Extracting and Inserting HTML Source Code for Deliver Mailings / Templates
This page expands on the more generalย Editing Page Adding to Source article in focusing on its ap...
๐๏ธ Hide Rating Scale Label
If you utilize the "Hide Label" option on a rating scale (Likert), you'll notice that a weird spa...
๐ฒ Importing Application Payment Activities
Summary You cannot import data to theย [payment] table in Slate via Upload Dataset , but you ca...
๐ Install Plausible Analytics
Installing Plausible Analytics in Slate is easy if you take two necessary steps into account. XS...
โ Removing Irrelevant Links on Profile Tab
By default, person records in your Slate admissions instance will include links to information ...
Removing Special Characters from Exports
If you need to remove a single special character from an export, such as a phone number, you can ...
๐ Rename the Submit Button
Insert the following script into your form to rename theย Submit button to Next: $('button.defaul...
๐ Restrict Portal Access by Realm
Hereโs how you can restrict a portal with User security to only users who have been granted acces...
๐ Retaining Person and School-Scoped Data from Applications
Institutions using Slate face an issue retaining data that isn't application-scoped when allowing...
Set Default Value Formula for Prompt-Based Field
Yes, you can use Default Value Formulas with prompt-driven fields. Your formula must output th...
๐ Setting Minimum and Maximum Dates for a Calendar Widget
When using the calendar element on a form in Slate, you may wish to restrict the available date o...
๐งณ Suitcase Links Provided by Technolutions
Technolutions provides clients with dozens of Suitcase links that allow you to import these sampl...
๐ Warn if MMR Date Is Too Early ๐ถ
You might want to alert someone processing MMRโs in a Workflow that the MMR was received before t...
๐ Wrapping and Ellipses in Reports
How can I change Slate reports to display and wrap the entire label instead of cutting it off w...
๐ฉโ๐ณ Harder Recipes
These recipes require more know-how to implement vs theย Easy Recipes. But youโre up for the chall...
๐ง Adding to the Dashboard "Connect" Section
What if you want to add studentโs institutional email addresses to Slate? ๐ค Letโs suppose you suc...
โ Automate Loading EST, GRE, or TOEFL Scores into Slate
This article is a stub. https://github.com/WyattBest/EDUPowerTools/blob/master/Slate/encoura_sco...
๐ Adding a Date Picker to a Report with JavaScript
This article is a work in progress. Suppose you had a report with a parameter like weekof that d...
๐ Conditionally Show or Hide Related Events
It's easy to use Conditional Logic in Slate forms to control display of an entire Related Events ...
๐น๏ธ Control Hidden Related Event Selectors
This article is a stub. Control a hidden related event selector via checkboxes: //Find hidden r...
Converting Time Zone in Queries
How can I export dates and times in another timezone? ๐ค Converting between time zones in Sla...
๐ Editing School Records in Reader Forms
If your staff correct school records based on transcripts, you can pre-load information from scho...
๐งโ๐คโ๐ง Group Report Rows by Week
By setting your table's Group By to a timestamp export and using Format Type: Custom SQL, you can...
๐คบ "Hiding" Links in the Right-Side Navigation Menu of Application Records
๐งSlate Adventures In Progress๐งThis page will be updated regularly as we learn of new Slater contr...
๐ Custom PDFs
Slate provides several different options for displaying information to an end user. For instance,...
๐คบ "Hiding" top bar of Slate Homepage (including upcoming events)
The Why The top navigation menu on the Slate homepage provides direct links to some additional S...
๐ฅธ Hiding Slate's Default Dashboards
๐งSlate Adventures In Progress๐งThis page will be updated regularly as we learn of new Slater contr...
Inbox Gateway Automatch Portal
Join the conversation on the related Slate Community post Are your users tired of matching messa...
๐งบ Material Download Link
Ever wanted to allow students to download materials from their status portal? Join to Materials a...
๐ Migrating Messages Between Slate Instances
Is it possible to move messages from one Slate instance to another? ๐ค No, you can't import d...
๐ Recreating Standard 'Status' Export on a Reference Widget
One piece of implementing a Custom Reference Pageย is the Custom List Fields that the widget-scope...
๐ Rich Text Editor in a Form
Have you ever wanted to allow persons/end users to input HTML? You might do this to allow a perso...
โ Sum or Max of Multiple Columns
Configurable Joins makes it easy to use the aggregate SQL functions like SUM() or MAX(). Howeve...
๐ View Remaining Records in Call Lists
Ever wanted to see how many records remain across many call lists? Import this example portal to ...
๐ The Slate API
Overview
Does Technolutions Slate have an API? ๐ค We get this question all the time, and the answer is...
Important Gotchas
While we wish that we could directly connect Slate to every third-party API, there are two genera...
GET Data from Slate
GET requests are very easy. Create your query and turn it into a web service with theย Edit Web Se...
POST Data to Slate
Posting to a Source Format Define a Source Format within Slate, then click the Web Services link...
GET Data from External Endpoint
This page is a draft. Click Edit in a Source Format and use the Import Automation tab. The foll...
POST Data to External Endpoint
This page is a draft. Use the Schedule Export button in the query builder and select "Web Servic...
๐ Reference
๐ Calendar vs Date Form Elements ๐
Summary Generally, Slate stores date values in custom fields as text, even when the field data...
โ Checklist Custom Statuses
We generally advise against using custom checklist statuses. The XML configuration section of a ...
๐งโ๐ป Configurable Joins from an IT Perspective
IT users dropped into Slate for the first time are often frustrated by Configurable Joins. Wha...
๐ฅ Consolidate Records
ย Consolidate Records is the tool available in Slate to resolve issues with duplicate records. You...
๐จ Controlling Rule Execution Order
How can I control the order in which Slate's automation rules run? I need these three rules to ...
๐คน Custom Datasets
Overview Slate users are all working to make the most of their Slate instances. Often this inclu...
โ Database Table Locations
Where is that thing stored? ๐ต๏ธโโ๏ธ Item Table(s) Comments Form Prompt Condit...
๐จ Decision Letter Printing
Generally speaking, there are three pipelines for printing decision letters in Slate. 1. PDF Exp...
๐ Differences Between Old and New Transcript Checklist Items
Sometime around 2020, Technolutions changed the default transcript checklist generation method in...
๐ Documenting Slate
Why There is so much work to do that documentation can fall to the wayside, but then thereโs a s...
๐ฉบ Dr. Strangequery Or: How I Learned to Stop Worrying and Love Configurable Joins
Jon Rowand joined the Graduate Slate Community Users Group (GSCUG) quarterly meeting on July 14...
โ Don't Panic - Solutions to Slate Things That Induce Panic
๐ฎ Youโre Seeing All Rounds as Open When You Impersonate an App Slate still knows itโs you wh...
๐ง Emailing Slate Query Results
When building reports in Slate there is an option for automatic mailings to be sent with updated ...
๐งโ๐ฌ Faculty Portals
Overview While it's a generalization, faculty users are often among the most challenging to sati...
๐งโ๐ป Impersonating Applications
If you have the Person Impersonate permission, you can impersonate an application, but like Icaru...
๐งโ๐ Learning Slate
Navigating the intricacies of a robust CRM like Slate is a fundamental challenge for Slate captai...
โ๏ธ Liquid Markup Interactive Examples
Technolutions created this helpful form which includes documentation on Liquid markup presented i...
๐ง๐Mailing Tracking Keys
When sending a mailing with deduping option set to "Do not dedupe messages" or "Send only one mes...
๐งMake a Dash(board) for it! Custom Record and Reader Dashboard Enhancements for Greater Operations/Advising Efficiencies
Jon Rowand's PPT slides from his presentation on the Slate Stage at the 2022 Slate Innovation F...
๐๏ธ Making the Most of the Slate Community
Slate Community Overview One of the best parts of using Slate is having access to the community ...
๐ Managing Query Use in Slate
One of the features that tends to excites institutions new to Slate is the ability for staff to h...
๐ฆ Materialized Views and Custom SQL
Materialized Views are queries that save their output to a custom table. Cron jobs refresh the da...
๐ Materials vs Documents
What's the difference between the [material] and [document] tables? The [document] table sup...
๐ Ping Table
Official Ping Documentation Columns Name Purpose Notes identity Row key ti...
๐ถ๐ท QR Codes
Can I create QR codes with Slate? ๐ค Slate has two methods for creating QR codes. Only one is...
๐๏ธ Recreating Slate Template Library Filters in Configurable Joins
Whether you love configurable joins or not, theyโre often the best option. But what about the t...
๐ซ Renaming the Organizations Dataset
Can I rename the Organizations dataset to something more appropriate, like Schools? ๐ค You ca...
๐ Reporting in Slate
Overview Many institutions launch Slate full of enthusiasm over the expanded access to data it o...
๐๏ธ Retention Policy Best Practices
Slateโs Retention Policy Editor is available as a way for schools to remove data from Slate and c...
๐งโ๐คโ๐ง Shared Slate Instances
Overview This page is devoted to Slaters considering or actively working in Slate instances that...
๐ซ Slate-Based Ticketing Systems
๐งSlate Adventures In Progress๐งThis page will be updated regularly as we learn of new Slater contr...
โก Slate Form JavaScript Quick Reference
Here are bits and pieces we often reach for when working with Slate forms. Wait for the page t...
๐Slate Instance Domain/URL Ch-Ch-Ch-Ch-Changes๐ต
My institution is embarking on a domain/url change. What to do in Slate? For example, "www.sla...
๐ง Slate User-Defined SQL Functions
The official documentation has a helpful page on User Defined SQL Functions. However, as the page...
๐บ Source Format Mapping Destinations
Dataset > Standard Query Library > Upload Dataset Destinations has a machine-generated version of...
โ๏ธ Status Portal Behavior
This article is based on testing and observation. ๐ค Which application does /apply/status redirec...
๐๏ธ Slate Summit 2024 Presentation Resources - Solutions in Action: Real-World Troubleshooting
Welcome! You're probably here because you attended the 2024 Slate Summit presentation Solutions i...
๐จโ๐ฌTest vs Production Environments ๐ฉโ๐ฌ
This article is a stub. The official Test Environments Knowledge Base article documents most of ...
โ๏ธ Translation Codes and Content Blocks
Content blocks are useful in mailings and portals to provide custom content based on either data ...
๐ค Unfamiliar Academic Terminology
Many Slate users come to Slate from the world of academia, but others have little to no direct pr...
๐ Updated Timestamps
This information is based on observation, not the official documentation.These lists are not exha...
๐ Why Archive Queries?
Why bother archiving or deleting old queries when there's no limit on how many we can have in S...
๐คท Why Transition to Configurable Joins
Institutions that have been in Slate for several years often have a deep library of queries and r...
๐ค Workflows
Overview Workflows are a powerful update to the legacy Reader module in Slate. Transitioning to ...
๐ Real-World Tickets
Here are various hard-to-categorize fixes ReWorkflow has encountered in the wild. ๐ฆ๐ฏ๐ป
Application Status Not Showing on Tab
By default, the Application Status field displays in lightweight text next to the bolded applicat...
Bin Movement Rule not Replacing Readers ๐
Problem A bin movement rule is working fine in most cases, but a small subset of applications ar...
Can't Add to Portal View
Symptom: Cannot add anything to a portal view. The three dots do not disappear from the page. Whe...
Dataset Row Query Shows Errors
Symptoms User sees: An error has occurred retrieving these results. when viewing a dataset recor...
Form Unable to use CJ Filters
Usually, enabling CJ filters in a form is as simple as deleting the STL/Local filters, saving the...
Fraud Query Timing Out
Some users noticed that the delivered, custom SQL Fraud Query had become so slow that it timed ou...
How to Change EDconnect 8.x Network Database Location
๐ณ Ahoy! Non-Slate content ahead! Ever needed to move the edconn8.mdb file, perhaps because you a...
๐ค๐ค Imports Creating Duplicate Records
Problem Records were not matching on First + Last + DOB when importing, but the incoming data we...
Material Uploader Not Appearing on Form
We received report of a material uploader not appearing as expected on a form. The user who repor...
TIFF Exporting to Perceptive Content in Wrong Orientation
Documents exported from Slate to Perceptive Content were all coming through as portrait format, e...
Slate FW Framework
Centering a Pop-Up Form of a Different Scope
Slate offers a form embed widget in portals, but what if you want to open a Slate form in a dif...
FW.Dialog.Center()
FW.Dialog.Center(offset) offset = {left: 50, top: 50}; // Optional; useful for cascading dialo...
FW.Lazy.Fetch()
This function calls jQuery's ajax() function behind the scenes and provides some handy extra func...
FW.Lazy.Popup()
Function This function generates a modal pop-up dialog without reloading the page. Theย uri is of...
FW.Progress.Load()
This function initializes the "three dots" overlay that indicates something is loading/happening....
FW.Progress.Unload()
Removes the "three dots" progress overlay from the screen, if present. This function is idempoten...