Catalog Variables in Email Subject Line
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2016 01:26 PM
So, to start, I have a notification on the sc_task table set to run whenever a Task is opened assigned to a specific assignment group.
They want a few of the variables that I have set in the catalog item to be present in the SUBJECT LINE.
How do I get my variables (term_name, term_empid, and term_location) to populate in the subject line of these emails?
Labels:
- Labels:
-
Scripting and Coding
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018 02:55 PM
All variables are stored in RITM so you have to do dot walking. Moving variables in task is for user visibility and some UI policy.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 12:22 PM
In the subject line just add this:
Something like this:
${variables.nameOftheVariable}