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 allows delta loading in scoped applications, which can improve efficiency by only loading changes instead of the entire application. |
| What area does it affect? |
Source Control Management |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring source control settings or troubleshooting application performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.source_control.allow_delta_loading_in_scopedapp |
| Sys ID |
a28232e1b7220010e6b3c606fe11a9d2 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2024-05-25 03:39:06 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... changes, you don’t drop existing tables or columns unless they were removed from the repository. This preserves the data for tables and fields that continued to be present. Note: The glide.source_control.allow_delta_loading_in_scopedapp property allows you to disable Delta loading in Paris; however, this will revert to the more destructive behavior of removing and reinstalling the application. Global applications in Paris always use ...
Related properties