I want to load a file in Acumatica into Nuget package object(It expects file location). If we consider a file such as attachment in SOLine, how can I get actual location of that file?
I want to load a file in Acumatica into Nuget package object(It expects file location). If we consider a file such as attachment in SOLine, how can I get actual location of that file?
Best answer by aaghaei
Join the SOLine.NoteID with NoteDoc and NoteDoc FileID with UploadFile and as Yuriy pointed out the name stores the file name. UploadFileRevision table stores the files data/content.
Acumatica in UploadFileInq has a GetFile() method that can retrieve any given single file for you by their guid.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.