Seems like a very simple question with a multitude of answers. Currently, I have the Opportunity Model set to re-query as an Action on our save button. But I’m not entirely sure if this would be considered “current best practice” considering some of the updates released in the past few years.
A few solutions I’ve used in the past are;
- Re-Query Opportunity model after saving all models though an Action Framework button (Current)
- Model Action on OpportunityLineItem Model that Re-Queries Opportunity Model "When Model Saved"
- Use a UI-Only field to replace Opportunity "Amount" field
- A Snippet-based approach