RE: How to Rollup child entities Subgrid records to Parent Account Subgrid
Hi Naveen,
Sorry I am bit coinfused ,while reading your requirement.please do remember while writing your requirement make sure you read it twice before post here so that people who read your question can understand and give answer.
As per my understanding -
Let's assume you need to show sum of estimated budget of all child opportunity into an Account form. This type of requirement you should go with rollup fields. The rollup fields is similar to other field which you can add in your account form and not in opportunity subgrid of an account form.
Now let's say you want to to show sum total revenue of an opportunity into a column of opportunity and then this fields you need to show in a subgrid of account form. Lets assume total revenue is a calculated type of field in opportunity which is calculate based on three other field in opportunity. So you can show this field to opportunity subgrid of account form.
In summary the Rollup fields can be used when you want to show aggregation of multiple child's And show into account form itself.
Calculated fields you can calculate based on other field value of a records and parent records.
Hope this helps.