NS AdminA
03/04/2025, 5:49 PMCeligo AI
03/04/2025, 5:49 PMAI generated answer (using internal Slack threads):The script doesn't work because the
addSelectOptionFieldinsertSelectOptionjavascript
let field = form.addField({
  id: "custpage_myNewList",
  type: serverWidget.FieldType.SELECT,
  label: "My New List"
});
field.insertSelectOption({value: 1, text: 'Some Value'});insertSelectOptionbeforeCeligo AI
03/04/2025, 5:49 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.863826931
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.862208545
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.861866951
Celigo AI
03/04/2025, 5:49 PM