Hey there folks.
In my hierarchy I have a household with parent_a
and parent_b
and 2 children, I have an app form that can be accessed on a contact’s profile to make that contact (parent_a
) the caregiver to the children of that household.
There is an ask whether we can have two caregivers in the same household. Have an app form accessed on a contact’s profile that the CHP can fill out and select child_a
caregiver is parent_a
. This would require the app form to be able to see the children of that household and select them. Is that possible ?
From my review of the docs, app forms cannot see sibling data by which I mean a form for parent_a
cannot know and select child_a
of the same household since they are in the same level within the hierarchy.