Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2017 08:59 AM
I need to get the Base64 content of attachments. The ootb function for this, according to the docs, is GlideSysAttachment.getContentBase64.
I tried it
var sa = new GlideSysAttachment();
gs.print(sa)
gs.print(sa.getContentBase64)
And it was undefined
*** Script: com.glide.ui.SysAttachment@12031ed
*** Script: undefined
What function should I use instead?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2017 09:04 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2017 09:04 AM