raghav
07/20/2022, 10:00 AMvar customer_field = form.addField({
id: 'custpage_select_customer',
type: serverWidget.FieldType.SELECT,
label: 'Customer'
});
Sublist
var sublist = form.addSublist({
id: 'custpage_due_date_invoice_sublist',
type: serverWidget.SublistType.INLINEEDITOR,
label: 'Due Date Invoice'
});
I need to disable the below optionsNElliott
07/20/2022, 10:05 AMraghav
07/20/2022, 10:08 AM