Morris
06/27/2023, 3:36 PMNathan L
06/27/2023, 3:43 PMMorris
06/27/2023, 3:53 PMNathan L
06/27/2023, 3:56 PMlet field = form.addField({
id: "custpage_myNewList",
type: serverWidget.FieldType.SELECT,
label: "My New List"
});
Then you can populate it with
field.addSelectOption({value: 1, text: 'Some Value'});
Nathan L
06/27/2023, 3:57 PMMorris
06/27/2023, 4:00 PMNathan L
06/27/2023, 4:02 PMMorris
06/27/2023, 8:20 PMNathan L
06/27/2023, 8:22 PMMorris
06/27/2023, 8:28 PMtransaction line item row
by default, im trying to move it to the beginning.Nathan L
06/27/2023, 8:29 PMMorris
06/27/2023, 8:30 PMMorris
06/27/2023, 9:37 PMaddSelectOption
it adds the value to the scripted field on every line item, I need to dynamically add different dropdown values depending on the line.Nathan L
06/27/2023, 9:50 PMMorris
06/28/2023, 4:53 PM