Is there any OOB feature available that will set the depth, when we have a 1:Many relationship set on a same entity.
Here is the scenario:
I have a 1: Many relationship on the same custom entity i.e., contract. So that I can create a contract and have another contract (from the same contract entity) assign to it as a parent and set up the parent\child relationship.
Now, I am checking if there is any OOB functionality available that I can use to restrict the user from assigning the relationship beyond certain depth level e.g 4 as shown in below diagram?
Here: P referrers to parent contract and C refers to child contract. Appreciate any input\guidance available on this.
