You need to sign in to do that
Don't have an account?
Trigger instead of roll up
Roll ups are disabled in our org due to advanced currency.
Can a trigger be used to count opportunities associated to each contact?
Can a trigger be used to count opportunities associated to each contact?
Thx
Conversely, Opportunities are 1:1 with Accounts. Every Opportunity is associated with 1 and only 1 account, and accounts can have many opportunities. You could use a trigger on Opportunity insert/delete to update an # of Opportunities field on Account, if that's the question.
This is all assuming you're using out-of-the-box functionality.
I hope this makes sense.
Simply put, yes, you can build a trigger that will do a roll-up of opportunity counts, amounts, etc. reletively easy on accounts.
Check out Andy's blog for a Rollup Summary App:
http://andyinthecloud.com/2014/04/09/new-declarative-rollup-tool-release-community-powered/
Try to manipulate the code as per your need just replace API names of your object and fields accordingly .
http://manojjena20.blogspot.in/2015/09/roll-up-summery-trigger.htm (http://manojjena20.blogspot.in/2015/09/roll-up-summery-trigger.html)