Adding attachments to Additional Comments in Incidents form

Mazin AliKarar
Mega Expert

Is it possible to edit the "Additional Comments" journal field in order to add attachments to it?

For instance, I may need to request information from the incident requester and add a screenshot in my message.

How can I do that in through ServiceNow?

I appreciate your response.

Mazin

1 ACCEPTED SOLUTION

Geoffrey2
ServiceNow Employee
ServiceNow Employee

Image attachments you add to the record will appear in the Activity formatter and the Service Portal:


find_real_file.png



An alternative idea you could play around with is embedding HTML into your Journal Fields (like Additional Comments) using the [code] tags.


[code]<img src="/sys_attachment.do?sys_id=ce18816cdb1c0b40bd3cff9dbf9619d5" width="600" />[/code]


find_real_file.png


View solution in original post

1 REPLY 1

Geoffrey2
ServiceNow Employee
ServiceNow Employee

Image attachments you add to the record will appear in the Activity formatter and the Service Portal:


find_real_file.png



An alternative idea you could play around with is embedding HTML into your Journal Fields (like Additional Comments) using the [code] tags.


[code]<img src="/sys_attachment.do?sys_id=ce18816cdb1c0b40bd3cff9dbf9619d5" width="600" />[/code]


find_real_file.png