Has anybody here ever tried (and ideally succeeded...
# suitescript
m
Has anybody here ever tried (and ideally succeeded) at defaulting the
Line Items
dropdown on transactions to
All
on page load? I'm specifically referring to the dropdown that controls how many/which lines are showing when there are more than 25 on the transaction, with options like
1 - 25 of [X]
,
26 - 50 of [X]
, etc., with
All
at the bottom of the list. I'd like to do this only for certain roles, where not seeing all of the lines could cause issues if they don't notice that they're not seeing the full picture when editing a quote/order.
I'm almost certain that there's not a SuiteScript option for this so I'm open to DOM manipulation. I've tried getting the element and setting its value but that only changes the display of the dropdown to
All
, it doesn't actually change which lines are showing.
n
Not sure you can manipulate this in code, but you may be able to advise users to alter this setting "MAXIMUM ENTRIES IN DROPDOWNS" which can be set to a msximum of 500 and is what I think you're talking about:
m
Unfortunately that preference doesn't help for this; a screenshot of the dropdown I'm talking about is below. As far as I'm aware, the number of line items shown on transactions is always 25, unless you select
All
from this dropdown, and there doesn't seem to be a way to default it to
All
. I'd love to be wrong about that though if anyone knows otherwise.