Am I able to set the lines of a sublist of type `s...
# suitescript
a
Am I able to set the lines of a sublist of type
serverWidget.FieldType.LIST
in a client script?
b
a
So you perhaps have the suitescript 2.0 link?
b
the ss2 version is much less detailed
a
But basically I can't edit it with a client script unless I go for editor on inline editor. Is there a way for me to prevent the user from editing the list?
Looking to replicate the functionality of the commit orders page where the user enters filters and then checks the lines he wants to handle.
b
the form you get out of a server widget is very limited in terms of dynamic content
your suitescrpt options are things like iframes, or submitting the form to generate a new one
a
I see, thanks.