Parent Child Relationship - Not Working Correctly in App Engine Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2022 11:23 AM
Looking for some assistance with two tables extended from TASK in app engine studio. I am trying to create a custom table tied to a record producer that will ultimately kick off a flow in flow designer. I have followed the steps to create the relationship on the child table with the u_parent field referencing the parent table, see below:
From there, I created a new relationship between the parent and child table:
My issue is when I configure the parent record form to pull in the related list relationship, it pulls all records from the child table rather than the tasks specific to that record creation (the tasks are outlined from the flow designer tasks linked to the child table). As can be seen from the screenshot, when I pull in the parent and the u_parent fields to the related list, it is saying (empty) for all as seen below.
This is making me think there is an issue with the parent child table connection or the relationship I've created. Can someone help assist me in ensuring the related list has the correct child records in the related list? What am I missing?
I have tried extending both the parent and child from TASK and linking as well as extending the parent from task and the child from the parent table with no success.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 01:57 PM
As I understand you are extending task.
Task has an OOB field called Parent.
If you use that, it should work just fine.
If helpful or correct, please indicate so!