Has anyone created a field with serverWidget that would allow a user to either upload a CSV or select one from the file cabinet? I'd be curious to see how this works.
c
creece
02/18/2020, 4:58 PM
You can definitely do it w/ HTML and the input of type file. Not sure if you've done it that way or not
r
reptar
02/18/2020, 4:59 PM
you mean an HTML form? i was hoping to do it with a NetSuite field.
c
creece
02/18/2020, 5:03 PM
yeah html form. There IS a file field type for ui/serverWidget though