Add attachment option with a field

Ak Islam
Giga Contributor

Hi

is there anyways I can add the attachment option to a field. In my Change form, I need a requirement to add attachment option with a fiels, say, "Impact assessment" field.

I know, OOTB global option add attachment is there. all I need is to add the same thing to a field level

Any help wou

3 REPLIES 3

Michael Ritchie
ServiceNow Employee
ServiceNow Employee

Attachments can only be added to a record, not a specific field within a record. You could create a new column in the sys_attachment table to further describe the attachment.


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Amdadul,



You have the option to add the "attachments" as a related list on the form. However this will be visible only once the record is saved.


Please refer the below screenshot attached for reference.


Screen Shot 2015-03-30 at 8.39.50 AM.JPG


Community Alums
Not applicable

Yes You can achieve this by writing code in annotation .Use html <div> and <a>