How to know the limitation of file size while adding an attachment on CSM Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 11:56 PM
Hi Community,
we created Record Producer for create case form on CSM Portal, My question is as below
How to know the limitation of file size while adding an attachment in case form on CSM Portal?
Thanks,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:39 AM
user can add whatever file size.
but if you want user to add file within 5-10MB then I would recommend using variable of type File attachment and then add variable attributes for max size.
If you are using OOB paper-clip icon then you will require custom script and solution to know and validate file size on submit
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:27 AM
Hi @Ankur Bawiskar ,
What is the Custom Script do i need to write to know the limit?
Thanks,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 05:05 AM
you want to know the max file size which user can attach?
if yes then it's in documentation -> 1024 MB
How to adjust the maximum allowable size of an attachment to a record
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader