Replies: 1 comment 2 replies
-
Hi @BTWILS - try Relationship Field = ParentId |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to roll up between two accounts related by a lookup? I have records of the account type of Partner that are associated with records with account type of Customer. I'd like to roll up a Value of Account field on the Customer record to a Total Value of Related Accounts field on the Partner record.
Current setup that's erroring out:
Lookup details
Parent: Account
Child: Account
Relationship Field: ID
Relationship criteria fields: Total_Value_of_Opportunities__c (this is a rollup from opps related to the child account, and is working correctly)
Rollup Details
Field to Aggregate: Total_Value_of_Opportunities__c
Aggregate Operation: Sum
Aggregate Result Field: Total_Value_of_Related_Accounts__c
Error: dlrs_AccountTrigger: execution of AfterInsert caused by: System.QueryException: Didn't understand relationship 'null' in field path. If you are attempting to use a custom relationship, be sure to append the '__r' after the custom relationship name. Please reference your WSDL or the describe call for the appropriate names. (dlrs)
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions