How to set size limit for attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-03-2022 11:14 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-03-2022 11:17 PM
Hey,
You can edit system property :
- Log in to the instance with an admin account
- Using the Navigator, browse to System Properties > Security.
The Security Properties page for the instance will appear. Locate the property on the page with the heading "Maximum file attachment size in megabytes". In this field, you can change the maximum allowed attachment size (in MB). - Save.
- The change will be reflected immediately on the instance.
- If the field is left blank (no value) the default limit (currently set at 1 GB) will be used as the maximum attachment file size.
Follow below article for more info:
How to adjust the maximum allowable size of an attachment to a record
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions š
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-03-2022 11:18 PM
Hi,
There is a property for this purpose. Read in the Docs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-03-2022 11:22 PM
Hi,
There is a system property for this. But it would impact the entire instance
Why not use before insert business rule on sys_attachment to check this
This link has the working solution from Pradeep
Ensure you use correct table name
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-28-2024 05:04 AM
above link showing as access denied, Can you please share me this solution please.