function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maxwell FlemingMaxwell Fleming 

Trigger to redirect upon QLI update

I'm using ActionGrid on the quote object, which edits the Quote Line Items. When changes are saved in the AG, the QLIs are updated, but the quote record doesn't reflect changes until the page is refreshed. Issues arise when the AG is saved and then conflicting changes are made on the Quote. Is it possible to write a trigger that will refresh/redirect the browser when the QLIs are updated? Alternatively, I could try and write the trigger related to the AG save button. Very limited trigger knowledge here.