cancel
Showing results for 
Search instead for 
Did you mean: 

Search for Records as Children

former_member343107
Participant
0 Kudos

Hi All,

There're hundreds of records and they are involved in a parent/children relationship as parents. Is it possible to search for the children of all the parent records?

Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To my understanding, there is no direct method to achieve what you wish.

You may use the following API to achieve the desired result.

CatalogData.GetRelationships will give you all the relationship info defined for that repository.

CatalogData.GetRelationshipMebership will return the MembershipFlag array. This returned parameter will give you the relationships the anchor record is part of.

CatalogData.GetRelationshipRecords will give you the sibling members or the children, depending on the relationship type.

Hope this helps

former_member343107
Participant
0 Kudos

Thanks, Adhappan.

Best Regars

Jerome

Answers (0)