How to narrow “addMarkAllButtons()” to only include one set of buttons?
Hi, I’m encountering a problem with the NetSuite “addMarkAllButtons()” call. Does anyone know of a way to reduce the call to only include a specific set of buttons? Or would I need to make a custom function to do this? Thanks!
Image demonstrating problematic "addMarkAllButtons()" scenario.
Well that is an interesting problem. I would recommend against using the native addMarkAllButtons() anyway since they do not trigger client script entry points. Sounds like you need to create your own Mark All Buttons, as you suggested.