- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2015 02:09 AM
Hi,
i want to restrict the attachment to 5mb in incident form explicitly and if the attachment count is more than 3 files then , it should ignore the data and throw an error message.
i don't to change the system properties for attachment. Just want these changes to be done for the incident from. Is it possible to restrict it via Business Rule so or other script .
Please suggest.
Thanks,
Dhruv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2015 03:05 AM
Hi Dhruv,
please check below thread :
Hope this helps you
Thanks & regards
Govind Kumar Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 09:27 AM
You can write an on Insert business rule on incident table to check file after insert. If it exeeds the limit it give an error message.