Hi,
I would like to create some Summary type column that shows total number of Quotes for example. This would be done on both the Contacts Table and the Account Table. This column would also be used in a view.
For example I could add a Quote then go the Accounts view and as I scroll down the Accounts view, it would add an extra 1 to the number of Quotes related to the specific Account.
Key is that data would need to be current all the time.
Wondering what the best approach would be?
To my knowledge, a Rollup Column would only update every 12 hours? Would a flow be a better approach that could fire every time a new record is added to the Quote table, therefore only doing updates to effected Accounts?
Is a formula column the better option but would it be effective as I scroll down my Accounts view?
Thanks in advance for any assistance
Todd