Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the default maximum size for attachment variables, limiting the size of files that can be uploaded. |
| What area does it affect? |
Attachment management |
| What does the default mean? |
The default value is "20", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting file upload limits or addressing user feedback on attachment sizes. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sc.variable.attachment.default_max_size |
| Sys ID |
890cd36053130010bc27ddeeff7b1244 |
| Type |
integer |
| Application |
Global |
| Default value |
20 |
| Description |
Default attachment file size for attachment variable in megabytes. |
| Updated |
2024-05-25 03:39:03 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... variable attributes. For information on these variable attributes, see Service Catalog variable attributes. Important: • You should specify only an integer value for the following: ◦The max_file_size variable attribute ◦The glide.sc.variable.attachment.default_max_size system property (catalog-level). The default value is 20. • If the max_file_size variable attribute is not specified, the glide.sc.variable.attachment.default_max_size system property value is considered as the upper limit for the ...
Related properties