Replies: 3 comments 12 replies
-
@mhogg-srg converted this to a discussion, though I may re-create the issue should the need arise. Let's talk about the situation here, and what you're looking to do. Let's say you have 5 records for Object A, with 5 junction records in J. They're all linked to one record in Object B. That's the situation we're referring to, yes? If I'm understanding you correctly, you'd like to be able to roll up the values from A -> J -> B. That should be possible using a grandparent rollup, though I have not tested this with a many-to-many junction previously. Have you checked out the wiki article for this? Again - it's possible there are some edge-cases not considered in the existing grandparent rollup framework, and I'm happy to get an issue going for those after chatting with you here, but let's first try out using the grandparent rollups. If it doesn't work, it would be great to enable Looking forward to your response! |
Beta Was this translation helpful? Give feedback.
-
@jamessimone I can't figure out what I'm doing wrong. When I run Recalculate Rollup with this, the job completes successfully, but none of the values are updated. Field_Leadership__c is the junction object with two parent-detail relationships: Leader__c to Contact, and Field_Sector__c to Team__c. Any recommendations? |
Beta Was this translation helpful? Give feedback.
-
That's correct.
…On Mon, Apr 18, 2022, 2:04 PM James Simone ***@***.***> wrote:
@mhogg-srg <https://github.com/mhogg-srg> just to confirm - in your
grandparent relationship field path, is Field_Sector__r a relationship
field on your Field_Leadership__c junction object?
—
Reply to this email directly, view it on GitHub
<#282 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APGWZ2RO4I7B55ATNO7G7LDVFWPY7ANCNFSM5S455URA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have a situation where I'm using a junction object to create a many-to-many relationship between two objects. Let's call the main objects A and B and the junction J. I'd like to take a values from A and roll them into B. Is it possible to do this without first creating formula fields on J that output values directly from A?
Beta Was this translation helpful? Give feedback.
All reactions