Hello Folks,
As we know rollup field help us with aggregation functions.
But i have to give a solution to a requirement where the customer needs the ratio on Account entity.
Ratio is of the opportunity won/opportunity lost
What could be the bets solution for this.
Below solutions that are not preferred -
1. create a system job and update all accounts and update the ratio
2. use js to update the ratio field onload of Account entity form
Thanks
Sagar