Is it possible to create a custom field that lets ...
# administration
c
Is it possible to create a custom field that lets the user choose a custom form from a list? I'm hoping to see something like "Forms" or "Custom Forms" in this list, but don't.
m
Why not just use the standard Custom Form field?
c
The field I'm adding is actually a script parameter
It's to tell my script which form to use for entering an invoice
m
OK, I see. You might need to just create a custom record, listing your custom forms on it and storing form name/id
c
It turns out that I missed the options I was looking for in the List/Record list: https://netsuiteprofessionals.slack.com/archives/C298P0BCK/p1553090885818700
Resulting in:
m
Problem solved!
c
Indeed :)
k
I like it - I'll have to remember that for future scripting of parameters!