Title
Orgin layout portal
Post
I am trying to make something like a portal to display all records but from the table related to the layout. I was trying just to make a list of the records but it was just showing me one of the records from the PO chosen in the PO Breakdown. How do I make the filters specific to only one portal? How do I make a list of all records?
Thank You!
And which of those Tutorial: What are Table Occurrences? is listed in Layout Setup | Show Records From?
Which is listed in the PO Breakdown portal?
And from which do you want to show records in the All Records Portal?
In general, If you want a portal to list all records from a given table, you use a relationship between the layout's table occurrence and the portal's table occurrence that uses the cartesian join operator (X) instead of the default = operator.
LayoutTableOccurrence::AnyField X PortalTableOccurrence::AnyField
Then a portal to PortalTableOccurrence on a layout based on LayoutTableOccurrence will list all the records from PortalTableOccurrence.
And the LayoutTableOccurrence and the PortalTableOccurrence can both reference the same data source table if that's what you need.