Related Links Tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 12:27 PM
Hi,
I understand that in order to create a Related Link, I must first create a UI Action with the Form Link component checked. However, despite this being clicked - a tab below does not appear.
This link should be its own
Ex: When "Testing - Show Tab" is clicked, a Tab titled "Testing - Show Tab" appears by itself.
What can I do to make this appear?
Any help would be greatly appreciated.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 12:54 PM
I think you are mixing up Related Lists with Related Links. If you want to see a tab like Task SLAs or Affected CIs on your case form, you need to create a Relationship (System Definition > Relationships). Then, you need to add that relationship onto your related lists by selecting Configure > Related Lists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 07:33 AM
Hi, To confirm - is it not possible to add a tab as a related link? I understand how to do it as a related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 12:56 PM
Hi @Rae Khan
You can use below code in your ui action to make the tab appear
g_form.setSectionDisplay('tab name', true);
Follow below article to find what your tab/section name would be
https://www.servicenow.com/community/developer-forum/show-hide-form-sections/m-p/2148225