Is there any way to organize file upload fields in...
# suitescript
a
Is there any way to organize file upload fields in a suitelet form? The docs say you can't move them to tabs, subtabs, sublists, or groups.
s
one way to to avoid Suitelet form altogether and do a web page hosted in the file cabinet that posts to a backend suitelet/restlet
or a mini SPA app using your framework of choice if it gets more complex.
the point being, your imagination is the limit in those two scenarios.