- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2016 02:25 AM
When end users reply to the ticket using Email, Service Now save the signature image which most of the HGST folks use are attached to the ticket. Is there any way to avoid this?
can any one suggest
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2016 05:50 AM
Hi Prabhakr,
Please follow the below link -
Attachment - Inbound Email Action
Use the script to exclude the attachment based on the size and type.
Regards, Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2016 02:39 AM
Hi Prabhkar,
It is possible to attach a custom signature per user to email templates. You may can include the script below in your email notification.
script.
Let me know if this helps and do not hesitate for further info
Kind Regards,
ZA
Do not feel shy to mark correct or helpful answer if it helps or is correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2016 09:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2016 03:08 AM
Hi Prabhakar,
you can create a BR on sys_attachment table which triggers before insert and checks the size of the file and type and if it is less than the specified one then abort the insert.
Hope this will help.
Regards, Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2016 09:47 PM