[SalesForce] get roll-up summary field without a master-detail relationship

We are trying to move to the Standard Order Object from a Custom object we used to track Orders (Orders1) – Since Orders1 was a custom object I was able to create a Master-Detail relationship with Accounts and subsequently a Roll-up Summary field to calculate the earliest Order date (MIN of First Order Date) from multiple orders.

Being that the Order object is a Standard object I am not able to create a Master-Detail relationship with Accounts (another Standard object) and hence cannot create a Roll-Up Summary field to track.

Any non-coding related suggestions or work-around would be greatly appreciated!

Best Answer

Yes, quite simply, you should install declarative-lookup-rollup-summaries. Then you can create a Lookup Rollup Summary to implement this functionality.

Related Topic