Which of the following options is false regarding Screen Aggregates?
A Screen Aggregate can be triggered when a screen is initializing or only On Demand.
The On After Fetch Event is triggered for every Aggregate, regardless of its Fetch property.
The Render Event on the Screen is triggered when an Aggregate with the Fetch property set to "only on demand" finishes its execution.
All Aggregates, by default, have the Fetch property set to On Demand.
Submit