Budy Sutjijati
02/12/2021, 2:35 PMvar form = ctx.form;
var selectField = form.addField({
id: 'custpage_selectfield',
type: serverWidget.FieldType.SELECT,
label: 'Test',
});
I can’t find a way how to move the field to a certain field group which was created via a custom form. The field is now added to the last field group on the custom form.PNJ
02/12/2021, 2:39 PMcontainer:
option ?Budy Sutjijati
02/12/2021, 2:43 PMPNJ
02/12/2021, 2:49 PMinsertField
to specify where it goesPNJ
02/12/2021, 2:49 PMBudy Sutjijati
02/12/2021, 2:51 PMBudy Sutjijati
02/12/2021, 2:52 PMPNJ
02/12/2021, 2:52 PMBudy Sutjijati
02/12/2021, 2:53 PMPNJ
02/12/2021, 2:54 PMgetFieldGroups()
, but mehBudy Sutjijati
02/12/2021, 2:54 PM