Kinetic Attachment Folder Structure

There is also this approach documented by @hmwillett, pointed out to me by @josecgomez

(not the display in a grid part, but)
Basically

  • File Picker control to select a client side file
  • Event uses file-erp-transfer widget to send the contents to server
  • Event then uses rest-erp or function to call BO AttachmentSvc, method UploadFileToDocTypeStorage

I’m going to give this a try…