Skip to main content
We have a problem were we need to create a hierarchy. Ideally we'd like to have three objects in this order, Consortium > Account > Campus. Ideally we would be able to create Consortium and have it above Account, but with standard functionality this is not possible, is there any way around this probelm? Account is currently where all of our accounts are stored, and ideally we don't want to mess around with the data structure too much.
9 respuestas
  1. 24 mar 2016, 15:26
    Ok so you want a many to many relationship between Consortium and Account

     

    and another one between Account and Campus?

     

    If yes, then you will have to create 2 junction objects each between Consortium, Account and  Account, Campus.

     

    See this article to understand how to create junction objects

     

    https://developer.salesforce.com/docs/atlas.en-us.fundamentals.meta/fundamentals/adg_relationships_many_relationship.htm
0/9000