helptext for description with hyperlink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:38 AM
Hi @Ankur
issue facing:
1.we are not able to put a hypelink in showfeild message for description feild in task table
2.Second thing is we want to have the helptext for description feild on every table which is extending the task table.
for single table we can able to manage by following code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:57 AM - edited 03-04-2024 10:01 AM
You can make the label as hyperlink indicating there is help, that is what I would recommend,
What is the usecase here that you want to achieve this using DOM which is not recommended?
EG Priority field on incident, here is the Label for it , you can do the same to add a link here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 10:57 PM
Under the description feild i need to show the help text as follows but it should be effected to all the tables description which extended from the task table like incident problem etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 01:36 AM
If you add that to the task table, it will reflect on all tables that are extended form the task.
Please try this in dev instance before production.