OutSystems Associate Reactive Developer (OutSystems 11) Exam Associate-Reactive-Developer Question # 38 Topic 4 Discussion

OutSystems Associate Reactive Developer (OutSystems 11) Exam Associate-Reactive-Developer Question # 38 Topic 4 Discussion

Associate-Reactive-Developer Exam Topic 4 Question 38 Discussion:
Question #: 38
Topic #: 4

The following Screen (https://drive.google.com/file/d/1gm2xpbBQmE-KTAHtCdj4wT0jNLnpDzZX/view?usp=sharing) has two Dropdowns, one to select a Country and one to select a City. The GetCountries and GetCities Aggregates provide the countries and the cities to be displayed in the respective dropdowns and are both set to be fetched At Start. Which of the following options is not a valid step if we want to just fetch the cities for the country

selected in the respective dropdown?


A.

Set the Fetch property of the GetCities Aggregate to Only On Demand.


B.

Refresh the GetCities Aggregate in the OnChange Action of the Country Dropdown.


C.

Filter the GetCities Aggregate by the selected country.


D.

Call the GetCities Aggregate in the GetCountries' On After Fetch Event handler.


Get Premium Associate-Reactive-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.