Hello Folks,
I have following Scenario:
The Entity AA has a Roll Up field name "ItemTotal".
The Entity AA has Child entity lets Call it Entity BB.
The Entity BB has whole number field called "ItemA"
Now there are 4 records in Enitty BB :
BB1 : ItemA = 3
BB2 : ItemA = 5
BB3 : ItemA = 7
BB4 : ItemA = 9
So i want to have a total of this four values (i.e. 24) in Roll Up field named "ItemTotal" in Entity AA.
I already have created a Roll Up field for this but the Async system job is not updating the value of field. I have modified Reoccurrence for Async Roll up System job for every hour. It is not updating the field.
And also refresh button the fields itself is not working some times. when i click 5-6 times then it is updating the value and sometime never updated the value.
Help on this would be appreciated and Thank you in Advanced.