Use case:
- I have two record types: A and B
- Type A is the one I want site visitors to see
- Type B is an attribute of A
- Types A and B have a many-to-many relationship
- Within Type A Full Record View, I want to show the list of type B records containing a list of the related type A records.
- Result: site visitor views record of type A. After finishing viewing the type A record content, finds the type B attributes list at the bottom of the full record view containing more type A records... then clicks onto the type A record they are interested in... resulting in another view of type A record containing more links to related type A records... and so on.
First up, does this make sense?
I have set up Parent/Child Relation fields on Types A and B and while it seems to work, there are quite a few parameters in the Relationship field setup that I don't understand.
Type A
- contains field Related-B (Relation-parent)
Type B
- contains field Related-A (Relation-child)
On type A full record view, I can see the list of type B records and can format the list using the Relationship field --> Show Children --> template override field... but cannot get it to show the type A related records.
Interestingly, on the Relationship field --> Show Children... both template override fields can control the list of records in full record view. This might be mis-configuration or a bug.
Use case: - I have two record types: A and B - Type A is the one I want site visitors to see - Type B is an attribute of A - Types A and B have a many-to-many relationship - Within Type A Full Record View, I want to show the list of type B records containing a list of the related type A records. - Result: site visitor views record of type A. After finishing viewing the type A record content, finds the type B attributes list at the bottom of the full record view containing more type A records... then clicks onto the type A record they are interested in... resulting in another view of type A record containing more links to related type A records... and so on.
First up, does this make sense?
I have set up Parent/Child Relation fields on Types A and B and while it seems to work, there are quite a few parameters in the Relationship field setup that I don't understand.
Type A - contains field Related-B (Relation-parent)
Type B - contains field Related-A (Relation-child)
On type A full record view, I can see the list of type B records and can format the list using the Relationship field --> Show Children --> template override field... but cannot get it to show the type A related records.
Interestingly, on the Relationship field --> Show Children... both template override fields can control the list of records in full record view. This might be mis-configuration or a bug.