How can I make a sublist field of type `SELECT` r...
# suitescript
a
How can I make a sublist field of type
SELECT
read only? I tried
updateDisplayType({displayType:serverWidget.FieldDisplayType.READONLY})
but that isn't doing it? The type of sublist is
LIST
s
@Alan Fitch i'd try INLINE or DISABLED
of all the enums, those probably makes the most sense
a
INLINE
did it. Thanks.
keanu thanks 2