Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Related Links Tab

Rae Khan
Tera Contributor

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. 

RaeKhan_0-1688671629352.png

 

 

What can I do to make this appear?

Any help would be greatly appreciated. 

 

Thank you, 

3 REPLIES 3

jcmings
Mega Sage

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.

Rae Khan
Tera Contributor

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

Manmohan K
Tera Sage

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