
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-23-2022 04:01 AM
- 1,197 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I had a case where the customer was using Quick Messages to communicate from the Requested Item Task SCTASK table. To reproduce I had to Enable the Quick message ...More options menu in another table.
So here is how to enable it on any table.
1. Go to the Navigator
2. System Definitions > Dictionary
3. Search the Table field "sc_task" and Type "collection"
4. Open the sc_task dictionary entry and go to the Attributes tab
5. Add "Email Client" Attribute.
6. Save
Now you can add the email quick message to use on the SC_Task where you can use the Quick Message Templates to pull variables from the RITM request.
use ${current.variables.variableName}
** works with variables and single row variable sets.