Hey everyone. I’m trying to limit the options in ...
# suitescript
j
Hey everyone. I’m trying to limit the options in a List/Record drop-down to a select few. Seems I can’t remove/add options to a field that already exists on the form, so I’m trying a workaround where I hide the “real” field and show a “placeholder” field that I create in a User Event Script. The problem is that I want the placeholder field to appear in the same place (same tab/group), and that doesn’t seem to work for me. I can only add it to a field group that’s ALSO created via script, and this group exists already on the form. Any ideas?