Hi, I have created a document field on the invoice transaction to upload a file to that. Currently, it is not accepting multiple file uploads to the same document field. I have a requirement to upload more than one file. Please let me know if there is a way to do that l. Thank you in advance.
r
raghav
08/30/2025, 2:32 AM
Attach the file to the transaction. Instead of a custom field. It will go into the communication tab.
c
christianRILECPQ
08/30/2025, 5:44 AM
NetSuite's document fields are single-file only by design. Your best option is to create multiple document fields, such as Document 1, Document 2, and so on. Alternatively, you can take a related records approach. Create a custom record type for attachments that connects to your invoice with a one-to-many relationship.
s
Sam-I-Am
09/03/2025, 7:47 PM
why bother just install drag and drop
n
NS User
09/03/2025, 8:04 PM
@Sam-I-Am can you please elaborate on how to use this drag and drop feature on an invoice and send those invoices to the customers upon on clicking the send to customer button triggered?
s
Sam-I-Am
09/04/2025, 4:58 PM
Drag and drop allows you attach multiple files to a record basically does what @raghavsaid bypassing the manual upload process in communications>file tab option. To send to the customer you will need some workflow or scripting. Workflow shouldn't be that complex since action is quite straight forward.
n
NS User
09/04/2025, 6:09 PM
I already have a workflow that is sending the customer invoices. But, the challenge here is that I cannot map this file tab in the workflow.