I created the 2 objects Project__c and Time_Entry__c and created a Flow and process for a RollupSummary based on the website
http://www.salesforceweek.ly/2015/02/how-to-create-roll-up-summaries-using-flow.html
I found this website through Deepak Anand request at https://success.salesforce.com/answers?id=90630000000CswgAAC
ISSUE
When a record is deleted from the Time_Entry__c object, the values in the Total_time__c field in the Project__c object does not recalculate.
Is there a way I can modify my Flow or Process in Process builder to meet this requirement? If yes I appreciate your response because I am trying to avoid creating a trigger.
I appreciate your help,
4 answers
Did you see their second post where they talk about handling Delete [1] ?
[1]: http://www.salesforceweek.ly/2015/02/how-to-create-roll-up-summaries-using-flow-part-2.html