Add Hyperlink to Description Field of Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 07:10 AM
Is it possible to embed a hyperlink into the Description field of a RITM task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 07:15 AM
Not the OOB one. Task.Description is a string. You'll want a field that's of type HTML.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 07:19 AM
Okay, so if there is no OOB solution, can we build one?
Thanks,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 07:22 AM
Yeah, you can create your own field of type HTML. If you want an example of how it will behave, go to the Knowledge table and check out the "text" column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 07:47 AM
Is there a way to script it into a string field?