roll-up summary fields calculate values from a set of related records, such as those in a related list
2
votes
2answers
33 views
When does the Roll Up fields are calculated?
Well while doing some research found that Rollup fields are not updated in after trigger(am querying the field again using an SOQL from the trigger). This seems to be unexpected as per my knowledge ...
2
votes
2answers
48 views
Custom field showing a field from the first of multiple custom object entries
I have a custom object that we use for test scores for our students(contacts). A student can take the same test multiple times. My goal is to create a custom field in the contacts object that shows ...
1
vote
1answer
50 views
Can Detail Objects trigger Master Object Workflows?
I want changes to detail objects to trigger a workflow on the master object.
The master object has a rollup summary field which COUNTs how many detail objects have a certain field set. When I change ...
1
vote
1answer
74 views
Rollup summary field always “currently being calculated” in spring '13 orgs
We are having an issue in an sandbox updated to Spring '13. After saving a record that has rollup summary fields, several summary fields (4 out of 6) will have an hourglass icon next to them with a ...
1
vote
2answers
184 views
Case Roll-up Field [Count]
I am trying to set up a trigger that updates a field that keeps the count of the related cases. But since it is my 1st trigger I am having a hard time to get it work. I googled some examples and tried ...
4
votes
2answers
98 views
Are rollup fields accessible in test methods?
When I create an object and some associated child objects in a test method, the rollup fields on the parent are always null. Is there some common approach to handling this?
I think the same issue is ...
6
votes
1answer
468 views
Do changes to rollup summary fields cause triggers to fire?
If a parent record has a roll up summary field, let's say to calculate the number of line items on an opportunity, if a new line item is added (and hence the value of the rollup field is changed), ...
0
votes
1answer
36 views
How can I find the # of activities logged to a Relationship Group (Wealth Management App) in the last 12 months?
My organization uses the Salesforce for Wealth Management App, which uses an object called 'Relationship Groups.' Relationship Groups are connected to Accounts (Person Accounts, in this case) via a ...
4
votes
2answers
371 views
Date-dependent filtering of roll-up summary fields
On our Accounts, we have a related list to test scores (custom object) that "expire" after five years. I am trying to use a roll-up summary to display the best test score within the past 5 years.
...
