Need to attach sample excel file to attach in service catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:30 AM - edited 09-06-2023 03:31 AM
Hi,
I want add the excel file to download and attach it . How to achieve it.
Something similar like below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:39 AM
Hi,
Could you please explain your requirement more in details.
Thanks,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:41 AM
Hi,
You can do as below, you can have the with variable type as HTML (read only).
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 04:08 AM
Hello @Saib1 ,
1. Add required attachment in servicenow .[in "sys_attachment" table] copy the sys id of that record will use in thoird step
2. In your variable "Please attach the document" you can add an help text which contains "Download" link
Make sure help text is always expanded.
3. Add link to "Download"
/sys_attachment.do?sys_id=<sys_id which we have copied in 1st Step>
Output :
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates