- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 05:17 AM
While doing e-bonding integration do we have file size limit like only (5 MB) for each attachment, we can have or any size file we can add to a ticket?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 05:22 AM
The default max size is 10MB set in system property glide.rest.max_content_length.
You can change this with a maximum of 25MB.
If the property doesn't exist follow below steps.
- In filter navigator, type sys_properties.list to open the properties table
- Click on New
- In the Name field - Enter glide.rest.max_content_length
- In the type select Integer
- In Value enter 25, if you want to set the max value. This value is in MB.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 05:22 AM
The default max size is 10MB set in system property glide.rest.max_content_length.
You can change this with a maximum of 25MB.
If the property doesn't exist follow below steps.
- In filter navigator, type sys_properties.list to open the properties table
- Click on New
- In the Name field - Enter glide.rest.max_content_length
- In the type select Integer
- In Value enter 25, if you want to set the max value. This value is in MB.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.