Hi All, How to attach Tax file pdf to Vendor Recor...
# general
k
Hi All, How to attach Tax file pdf to Vendor Record under Communication Tab Files using SuiteScript 2.0 [Restlets] from Client Application
b
attach buttons means you use record.attach
k
Hi Thank You Tried something like POST the PDF to the RESTlet and the RESTlet saved it as a file to the file cabinet and then attached it to the vendor record.
b
Sounds doable. Files are inconvenient. You will need to base64 it and place it somewhere in the json request body
k
Yes did same thing once again Thank you