By using this website, you agree to our Terms of Use (click here)
We want to start to attach an image of a shipment to our larger shipments. We are concerned that this will end up using data and so I want to create a generic inquiry to find sales orders with attachements and related info about those attachements such as size, date, name etc...
Does anyone have any idea which tables to pull this data from? I have not been able to find it in the DAC browser
Much appreciate any feedback
Try joining SOOrder.NoteID to UploadFile.NoteID. UploadFileInfo has the filesize and datetime.