I have a Suitelet with a form (`form =serverWidget...
# suitescript
e
I have a Suitelet with a form (
form =serverWidget.createForm
) and a sublist (
form.addSublist
) and a checkbox in the sublist
FieldType.SELECT
Question: is it possible to
disable
the checkbox in some rows and not others?
Sublist.getField
doesn't offer a
line
parameter
n
SELECT is not a checkbox. But that aside, no, you cannot. Disabling a column applies to all rows.
e
My bad,
FieldType.CHECKBOX
Thanks @NElliott I will look for another way.