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
MG1MG1 

Quote Line Item After Update Trigger does not fire after sort order change?

I have a class that updates a custom field on quote line item on after insert and after update. The sort order of the quote line items factor into the logic but it seems like the after update trigger for quote line items does not trigger if all the user does is change the sort order of the quote line items. If this is in fact the case, is there a workaround so I can execute my class when the sort order of the quote line items change? 

SFAdmin5SFAdmin5

hey mg1.  can you provode your code?  also any more details you can provide along with your code would be great.  thansk a lot.

MG1MG1

The code doesn't really matter. The essential issue is the after update trigger does not fire when the sort order is changed for quote line items. I need to do somthing when the sort order changes and for some reason just changing the sort order does not trigger an after update event on the quote line items.

Daniel Kaufman 36Daniel Kaufman 36
The triggers really ought to fire when sort order changes