We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Yes, it is possible. My first attempt was to send B64 encoded content of input of type file from UI page invoked within list UI action via glideAjax to the server and decoded add it to all selected records with GlideSysAttachment.write().
Well, it ha...
I believe it is possible to find the attachment record you create with this function by querying sys_attachment GR limited to table_name and table_sys_id entered as params while calling saveAttachment()
It works even for the table_sys_id which does...