Convert Attachment as Binary files.

ersureshbe
Giga Sage
Giga Sage

Hi,

Is it possible to convert service now attachment as binary files using script. If yes, can you share any test script? I've analysed Service now provide capability to convert base64 and bytes. 

Regards,

Suresh

Regards,
Suresh.
11 REPLIES 11

Not sure About that. But only method I am able to find out that is getBytes().

 

Thanks,

Namrata.

Aleksas Kucins1
Giga Expert

It is not possible to get binary data from attachments in ServiceNow.

You can only get a string that represents binary, but not actual binary object.