How to create an Embedded list?

Rithvik2
Tera Contributor

I have two tables...Table A and Table B..

Table A is the main table....and I need to set Table B as embedded list in table A...

How can I achieve this requirement?

 

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

When Table B has a reference to Table A, then on the form lay-out of Table A, you can just add Table B.

For example:

find_real_file.png

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

11 REPLIES 11

Thank You @Mark Roethof 

Is there any possibility to get the table B as embedded list if it has no relation with table A?

So how is the relation then between both tables?

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Can you close this topic? As you created another one the same question which is proceeding now.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Khalnayak
Tera Guru

Hi Rithvik,

You need to create the relationship if it does not already exist.

Navigate to System Definition > Relationships and create one from there.

 

@Usmaan 

after creation relationship can we convert it into embedded list?