- 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
‎12-03-2015 03:00 AM
You can write an on Insert business rule on sys_attachment table to check file after insert. If it exeeds the limit, delete the file and give an error message. Same BR can be used to achieve secod requirement as well.
- 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
‎12-03-2015 03:19 AM
Hi Govind,
Thanks for the help...Its was quite useful
Thanks
Dhruv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2015 03:26 AM
You're Welcome