Edgar Valdés
06/07/2023, 3:00 PMform =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
parameterNElliott
06/07/2023, 3:08 PMEdgar Valdés
06/07/2023, 3:36 PMFieldType.CHECKBOX
Thanks @NElliott I will look for another way.