Hi! is it possible to have a client script update ...
# suitescript
e
Hi! is it possible to have a client script update a custom sublist on live fields change, WHILE still maintaining the sublist as UN-editable by humans? Thanks!
b
the easiest is just making the client script prevent the user from making edits by returning false in validateField or validateLine
e
what setLineItemDisabled? is that a real funtion, or similar?
b
nlapiSetLineItemDisabled is a ss1 function to disable a field
you can do the same thing with ss2 using Column.isDisabled