Hey everyone,
I'm working on a custom field in EspoCRM for attaching multiple files, but I need to add an option to create a new document directly in the attachment field (instead of just selecting from the existing documents in the entity). Specifically, it's for my Faktury (Invoice) field, where I'd like to give users the ability to either upload a file or create a new document on the spot.
Does anyone know how to modify the multiple attachment field to include an option for creating a new document? Ideally, I'd want this to be done via a button or link that opens a document creation form, and once the document is created, it would automatically attach to the contact.
I'm looking to easiest implementation, so any guidance on how to structure this would be much appreciated!
Thanks in advance!
I'm working on a custom field in EspoCRM for attaching multiple files, but I need to add an option to create a new document directly in the attachment field (instead of just selecting from the existing documents in the entity). Specifically, it's for my Faktury (Invoice) field, where I'd like to give users the ability to either upload a file or create a new document on the spot.
Does anyone know how to modify the multiple attachment field to include an option for creating a new document? Ideally, I'd want this to be done via a button or link that opens a document creation form, and once the document is created, it would automatically attach to the contact.
I'm looking to easiest implementation, so any guidance on how to structure this would be much appreciated!
Thanks in advance!
Comment