I have the "Mark All" button on a SuiteLet sublist, anyway to hook in to this?
As it stands when a user selects a line I keep a running total of the line amounts / lines selected.
The Mark All button does not trigger my client script field change. (I get that that is probably a good thing so it doesn't hammer the client script ๐ )
I'd like to capture that the button was pressed and update the totals fields.
I know I could add custom buttons but seems an extra overhead...