Team,
Need solution particular to Account object, where the use case is -
Account A (CHILD) - Account B (PARENT)
Account X (CHILD) - Account Y(PARENT)
I have been asked to validate whether Account A can be child of Account B and Account Y. As per the business scenario.
Seems not possible as per the standard process. If yes Kindly guide
Probable Customization approach if any ?
3 risposte
No, the standard Parent Account field can only hold a single AccountId, you can't concatenate Id's in a Lookup field like that.
For what you've described (an Many-to-Many object relationship) you would need to create a custom Junction Object
Documentation Create a Many-to-Many Relationship