Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#DEEBFF

For example, Consider a data model with three related objects: University, College, and Course.

  • University → College → Course

    • University: Parent Object

    • College: Child Object of University

    • Course: Grandchild Object of University

The PWR Related List on the "University" object can retrieve and display data from both the "College" and "Course" objects by navigating through the object hierarchy. This capability enables the display of relevant information from related child and grandchild records directly on the parent object.
You can navigate through nested fields up to five levels deep. For example, if you are on the Course object, you can access fields up to two additional nested levels.

  • Data from Non-Related Objects: You can also display records from objects that are not directly related to that object on the record page.

...