- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 12:12 AM
If I am uploading any attachment in any module, what will be the folder structure. Is it possible to see the folder structure for document module?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 12:27 AM
Hi
there are no folder structure.
All attachments are placed in the sys_attachment table with a reference to the table and record which attachment belongs to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 12:27 AM
Hi
there are no folder structure.
All attachments are placed in the sys_attachment table with a reference to the table and record which attachment belongs to

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 01:12 AM
Hi Santhanalakshmi,
Please find the below link, as they have explained in a better way, how the attachment are stored in Servicenow
SN Pro Tips — Understanding Attachments in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 01:17 AM
Can anyone please explain, Is there is any possibility to create folder dynamically in my laptop using any script or any API is available ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 01:28 AM
The browser will not have access to your local file system, so I don't see it being possible in the browser.
The only way I see possible is to do it by calling a powershell script via the midserver. The powershell script will be called to be invoked (runs on) on your local machine and creates the folder.