Hi all! Is it possible to get a list of files atta...
# suitetalkapi
a
Hi all! Is it possible to get a list of files attached to a record via SuiteTalk? My task is quite straightforward - I just need to grab all file attachments for a specific bill and download them. However I do not see any sign of it being doable in the documentation or on the web. I found tips to use SuiteScript or saved searches, but hey, can't this be done via vanilla SuiteTalk request? FileSearch objects don't really have any joins to transaction or other meaningful records (just shopperJoin or userJoin) Almost all other operations with files are supported via SuiteTalk (create/get/attach to record). Please don't break my heart and don't tell me that NS devs didn't implemented proper search for links between files and records. Am I missing something?
b
do the other direction, transaction search advanced
🙏 1
a
thanks a lot! I didn't notice that in SOAP schema browser, my bad 😪