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 stops child schedule exports from running if the parent schedule export fails, ensuring that errors do not propagate. |
| What area does it affect? |
Scheduled exports |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring export schedules or troubleshooting export failures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.scheduled_export.stop_on_parent_error |
| Sys ID |
97169711eb133100c46ac2eef106fe5a |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
When set to true, if parent schedule export set returns error, child schedule exports sets are not executed. |
| Updated |
2024-05-25 04:03:05 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... property glide.export.xlsx.zip64_mode For XLSX files, controls the compres When true, XSLX files are generated Zip64 algorithm. • Type: true | false • Default: false • Location: Add a system property glide.scheduled_export.stop_on_parent_error When true, if a parent scheduled ex encounters an error, scheduled chi sets don't run. • Type: true | false • Default: false • Location: Add a system property glide.scheduled_export.min_rows_for_parallel_export ...
Related properties