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 controls the loading of schema files from the /author_elective folder, impacting application behavior and data structure. |
| What area does it affect? |
Application schema 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 application schemas or troubleshooting related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.apps.include_my_schema |
| Sys ID |
e0bcb860c72010106c2e45ece8c26012 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Determines if schema files in the /author_elective folder of an application should be loaded. |
| Updated |
2024-05-25 04:00:23 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... instance. Note: “Tracking schema”: Deleting a table or a column in a scoped application is enabled by default for freshly zBooted instances. This is done by having the system property com.glide.apps.include_my_schema set to “true”. For upgraded instances, if you have no custom applications installed or in development, “tracking schema deletes” is enabled by default. Otherwise the property is set to “false” ...
Context preview
Snippet 2
... state of the following properties and processing flow: Property name Behavior Default Used in Source Control com.glide.apps.include_only_sys_choice Loads only deleted elements and updates to sys_choice fields from author_elective_update False No com.glide.apps.include_my_schema Loads only deleted elements to schema files from author_elective_update. Applies to customer application installations and not third-party apps. False No com.glide.apps.force_skips Creates skipped records for all of author_elective_update False No ...
Related properties