Page 1 of 1

Display related item form in tab instead of list?

Posted: 16 Nov 2014
by brianj
Can I display related item form in tab instead of list?

I have a couple of lists that will essentially be a on-to-one relationship with the parent so rather than displaying a one item list on a tab I'd like to just show a form with the fields in the same way that the fields from the parent are represented.


Is this possible?

Re: Display related item form in tab instead of list?

Posted: 17 Nov 2014
by Dmitry Kozlov
Hi,

Why do you use one-to-one relationship instead of using just a single list?

Re: Display related item form in tab instead of list?

Posted: 17 Nov 2014
by brianj
Well, I guess it comes from working with databases and just being in the habit of splitting up the data into different tables. Is that not the best way to do things in SP?

Re: Display related item form in tab instead of list?

Posted: 17 Nov 2014
by Dmitry Kozlov
Yes, I think, it would be better to keep all fields in the same list instead of splitting them into multiple lists with one-to-one relationship.

Re: Display related item form in tab instead of list?

Posted: 17 Nov 2014
by brianj
Okay great, I'll give that a shot.