Hi Is there any way to disable the whole item subl...
# suitescript
s
Hi Is there any way to disable the whole item sublist column?
b
you can do it clientside using Column.isDisabled (expect to do it every time the line is selected. NetSuite tends to undisable the fields it uses for sourcing)
s
But through this I am unable to disable item field and quantity field.
b
what does your code look like