The CreatorCon Call for Content is officially open! Get started here.

how to add Tabbed forms in User form view.

Manju2
Kilo Contributor

Want to add another sectional tab in Users Form View((like roles, groups and delegates. want to add a another section besides that).

1 ACCEPTED SOLUTION

I think you need related lists

for that you need to right click on the form header and configure -> Related lists.

 find_real_file.png

All the tables/relationships with the current table will show there, you can pull in the one you want and control the order they show up too.

If you need to understand about table relationships more: Relationships in ServiceNow Explained

 

-Anurag

-Anurag

View solution in original post

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

There are 2 types of tabs on the form

find_real_file.png

 

1) These are called form sections

 

2) These are called related list.

 

Which one do you want to add?

 

-Anurag

-Anurag

I think you need related lists

for that you need to right click on the form header and configure -> Related lists.

 find_real_file.png

All the tables/relationships with the current table will show there, you can pull in the one you want and control the order they show up too.

If you need to understand about table relationships more: Relationships in ServiceNow Explained

 

-Anurag

-Anurag

Hi @Anurag Tripathi ,

I have developed an application called transfer tracker. In that form Activity formatter should come down after the work notes. Shared the screen shot for the same.

Transfer Tracker1.jpgTransfer Tracker2.jpg

Manju2
Kilo Contributor

Thank You Anurag.

It is Working.