Slate for Advancement databases are provisioned with an Appeals dataset, in which each record represents an appeal. When creating gifts on a record, use the autosuggest box to find the appeal you want to use.
📖 Appeals
Creating an appeals dataset
Most institutions already use an appeals dataset, which is the preferred approach for managing appeal data in Slate. Earlier adopters may still rely on an appeals prompt list, but these can become cumbersome and should be migrated to the dataset for better structure and reporting.
If you haven’t set this up yet, appeals datasets are easy to configure:
Go to Database → Datasets.
Select Insert.
Configure the following settings:
Select Save.
Either manually or via import, add records to the dataset.
Migrating existing appeals prompts to your new appeals dataset
For institutions already using appeals prompts, the appeals dataset is all or nothing: if a dataset with the gift_appeal type exists, existing appeal prompts will not be used.
Since your institution may already have gifts that use the appeals prompt list, we've created a query that you can import into your database that walks you through the migration process.
Importing the migration query
🔔 Important!
Follow these steps in your test environment first to confirm the effects on your individual database before attempting in a production environment.
To import the query:
Copy the following Suitcase ID:
a358facd-4f34-0b66-ea06-96b5c906238f@slateGo to Database → Suitcase Import.
Paste the ID.
Select Import.
Migrating the prompts
💡 You can also find the following steps in the Suitcase query’s description in Slate.
To migrate appeals prompts:
Go to Database → Datasets.
Select Insert.
Configure the following settings:
Name:
Staging AppealType:
staging_appeal
Select Save.
Go to the query you imported with Suitcase.
Select Run Query. The following occurs:
The query recreates all existing
gift_appealprompts as records in the new dataset.The name of the record is set to the value of the prompt, and the active status of the record is set to the active status of the prompt.
If the prompt already exists based on the ID, it will be skipped—no need to worry if you accidentally run it more than once.
Perform any additional adjustments to the records either manually or via import.
When you're ready to transition to using the dataset instead of prompts, update the appeal dataset type to
gift_appeal(replacingstaging_appeal).
Housekeeping
Once you've migrated your appeals prompts to the new appeals dataset, there are a few things to do to enjoy its benefits fully:
Create a local query base for the appeals dataset. This allows you to create exports and filters.
Create the local exports and filters for Lookup and Partial Match, so the dataset appears in search results like other records.
Refresh the Configurable Joins library (Database → Refresh Configurable Joins Library) so that joins for the appeals dataset appear. This also happens automatically overnight.
Mapping to appeals
In imports and forms, you may continue to use value mappings as before, but you'll also find an added destinations of Appeal - Key to which you may send the key of the dataset record.


