- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 11:20 AM
We are using the "Call" table/module for first tier triage in our organization...but we would like to be able to use an Email Client Template here and I'm having trouble getting it to work (be available) in the module (as a UI Action in the top right, when you click on the ellipsis "..." ).
I have created a new Email Client Template record for the Call table ([new_call]), but when I go to the module and open a record and click on the ellipsis, there is no "email" option.
I implemented this for Incident and SCTask simply by creating the Email Client Template record associated with the respective table...but this isn't working for the Call table, specifically.
...is this again because [new_call] doesn't extend from Task? (this seems to be a bit of a theme with limited functionality for that specific table/module)
Any help will be appreciated. Thanks in advance!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 11:33 AM
Hello James,
Add email_client=true in the attribute field of collection type dictionary entry in your table.
Thanks,
Jag.
Please mark CORRECT/HELPFUL as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 11:41 AM
That was it! Thanks so much!
Now that I think of it, I DO remember doing that when adding the email client to SCTASK...just gotta get used to these things (new admin, here).