I want to show number in another table as hyper link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-03-2024 11:45 PM
Hi
how can i show that number as hyper link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-03-2024 11:48 PM
Hello,
Description field is a multi-line string field. It does not support any html elements.
You will have to make a Rich Text HTML field and then you can make the number as a hyperlink.
If my answer has helped you in any way then please mark it as correct,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-04-2024 12:03 AM
can I use work notes field to populate number as hyper link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-04-2024 12:06 AM
Hello,
No you cannot add hyperlinks in work notes.
Adding hyperlinks is only possible on Rich Text HTML fields.
If my answer has helped you in any way then please mark it as correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-04-2024 12:30 AM
You have several options that comes to mind:
- Looking at your example, this seems more like a reference to another record in the platform, in which case you can create a reference field and use that. This is the recommended approach if you are referring to a record in another table
- As Vichwa suggested - you can create a custom HTML field
- I`ve seen some converting the description field to an HTML field. I`m not sure how good of an idea is that but it is an option nevertheless,
- you can have the link in a message (info or alert message). The Universal Request link OTB is using similar approach.
- use a custom field of type URL if its external link