How can I relate two profile schemas using foreign Key | Community
Skip to main content
Level 2
December 21, 2022
Question

How can I relate two profile schemas using foreign Key

  • December 21, 2022
  • 1 reply
  • 614 views

Scenario:

Schema 1: Person

    Base Class: XDM Individual Profile

    Primary Identity: PersonKey

Schema 2: Account

    Base Class: XDM Business Account

    Primary Identity: AccountKey

Schema 3: Lead

    Base Class: XDM Individual Profile

    Primary Identity: LeadKey

    Foreign Key 1: PersonKey (many to One) 

    Foreign Key 2: AccountKey (many to One)

 

When I create a segment, I can see the data qualified when the conditions are based on Lead+Account attributes, but nothing qualifies when Segment is created for the conditions based on Lead+Person attributes.
Is it possible to setup a relationship between two Profile schemas?

TIA!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Tof_Jossic
Adobe Employee
Adobe Employee
January 3, 2023

@mittalabhi86-1 Please wait for others to chime in but hopefully the following documentation will be a good starting point.