Hi Nima19864, I ran into this on my last project as well and found a way around it ;) I created a direct relationship from the top level to the child's child. Example, instead of having this: A --> B --> C where A is the parent of B and B is the Parent of C I had to add this: A --> B - Parental relationship A --> C - I set this as a referential relationship only B --> C - Parental relationship When I added the C record I used the workflow to automatically set the A value on the record when created. This way I now had a way to total up using a rollup from A --> C. I know this is kinda a work-around but it did the trick for me. Hopefully this helps... Thanks,
↧