How Can Project Form Have More Related Lists than it Has Relationships?

LFleming
Tera Contributor

The Project form (table name: pm_project) has 19 related lists.  Where do they come from?  The relationships table has nine entries where applies_to_table="Project (pm_project)".  Where are the records that cause 19 related lists to be on the form?

 

related_lists.png 

2 REPLIES 2

Uncle Rob
Kilo Patron

For each of those tabs at least one of the following is true:
- The related table has a reference to pm_project.

- The related table has a reference to a table pm_project is extended from, such as task or planned_task.
- There is no DIRECT reference field, but a custom relationship has been built via sys_relationship table.

 

HOW TO TELL WHICH IS WHICH?
In the case of direct references, or reference to extended_from table, the related list will have a visible condition.  Take the Project Tasks tab.

UncleRob_1-1748789856092.png

In the case of custom relationships, the related list won't show a filter, but rather just a table name.  Take the Non-Monetary Benefits tab for example.

UncleRob_2-1748789936075.png

 

 

 

GlideFather
Tera Patron

On the form (mine is different) click the burger menu > Configure > Related Lists:

KamilTEL_0-1749211071638.png


And there you will see the Related list:

KamilTEL_1-1749211087870.png

 
If you are not happy with it, you can adjust or create new View and change the amount of the lists. Or you can implement logics that empty related lists are not displayed.

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */