How to establish One to Many Relationship without B2B Classes | Community
Skip to main content
sheejo
Level 3
March 17, 2023
Solved

How to establish One to Many Relationship without B2B Classes

  • March 17, 2023
  • 2 replies
  • 2891 views

Hello Everyone

We are working on a use case and there trying to establish a 1-many relation between  Contact and account. We are able to establish 1-many using B2B classes. We don't want to use B2B classes. If anyone tried that, please help me.

 

Thanks in Advance

Sheejo Rapheal

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Danny-Miller

@sheejo Ignore the title, I've asked them to change it. It describes how to relate the loyalty (profile) schema to the hotel (custom class) schema.  That relationship is 1:M.  One hotel can have many people.

2 replies

Danny-Miller
Adobe Employee
Adobe Employee
March 17, 2023

Did you try using the this? It shows how to create a relationship between a person and their favorite hotel.

https://experienceleague.adobe.com/docs/experience-platform/xdm/tutorials/relationship-ui.html?lang=en

 

sheejo
sheejoAuthor
Level 3
March 22, 2023

@danny-miller , this document explains only one to one relationship between 2 record data sets, not one to many. Do you have any document to establish one to many relationships between two record data sets.

Danny-Miller
Adobe Employee
Danny-MillerAdobe EmployeeAccepted solution
Adobe Employee
March 29, 2023

@sheejo Ignore the title, I've asked them to change it. It describes how to relate the loyalty (profile) schema to the hotel (custom class) schema.  That relationship is 1:M.  One hotel can have many people.

VaniBhemarasetty
Adobe Employee
Adobe Employee
March 27, 2023
sheejo
sheejoAuthor
Level 3
March 27, 2023

@vanibhemarasetty , without B2B, is there any way to create one to many relationships? With B2B, yes, we can create one to many relationships.