What happens if the GetEmployeeById (https://drive.google.com/file/d/1Q5JfXEu9L5OsY017HLrMbI8ZIsRl8BJ3/view?usp=sharing) Aggregate does not return any record?

Consider the following Server Action. What happens if the GetEmployeeById (https://drive.google.com/file/d/1Q5JfXEu9L5OsY017HLrMbI8ZIsRl8BJ3/view?usp=sharing) Aggregate does not return any record?A . The DatabaseException flow is executed. B. The RecordNotFound flow is executed. C. No exception flow is executed. D. The module's global exception handler is executed.View AnswerAnswer: B

July 4, 2023 No Comments READ MORE +

Event Handler can be defined at the Screen level.

Event Handler can be defined at the Screen level.A . True B. FalseView AnswerAnswer: B

July 3, 2023 No Comments READ MORE +

What should be set in the Options Text property to make sure that the names of the colors appear in the dropdown?

In the following scenario, we are implementing the ColorsDropdown widget (https://drive.google.com/file/d/109nu1A-BslkBff1G1BtfJaxnvCRkfNUA/view?usp=sharing) which will allow a user to select a color. What should be set in the Options Text property to make sure that the names of the colors appear in the dropdown?A . Color.Id B. GetColors.Color.Label C. Color D. Color.LabelView...

July 3, 2023 No Comments READ MORE +

Recusion is allowed when using blocks.

Recusion is allowed when using blocks.A . True B. FalseView AnswerAnswer: B

July 3, 2023 No Comments READ MORE +

Regarding Blocks in OutSystems reactive apps, which of the following options is correct?

Regarding Blocks in OutSystems reactive apps, which of the following options is correct?A . Blocks can only be instantiated on Screens. B. Blocks can be instantiated on Screens and other Blocks. C. Blocks can be instantiated on Client Actions on the Screen. D. Blocks can be instantiated on Screens and...

July 3, 2023 No Comments READ MORE +

To create a List screen and then a Detail screen...

To create a List screen and then a Detail screen...A . Drag and drop an Entity to the UI Flow and it automatically creates the List and Detail Screens. B. Drag and drop an Entity to the UI Flow to create the List Screen and repeat it to create the...

July 3, 2023 No Comments READ MORE +

The Image widget ...

The Image widget ...A . Only displays static images. B. Only displays images given by a URL. C. Only displays images stored in the database. D. Displays static images, images in a URL, and images in the database.View AnswerAnswer: D

July 2, 2023 No Comments READ MORE +

The Combo Box widget allows selecting one value out of possible alternatives in a drop-down list.

The Combo Box widget allows selecting one value out of possible alternatives in a drop-down list. Which of the following is NOT POSSIBLEA . Use the Source Entity property to get the alternatives from an Entity or a Static Entity. B. Use the Source Record List property to get the...

July 2, 2023 No Comments READ MORE +

Regarding Web Blocks in Outsystems, select to statement that is true.

Regarding Web Blocks in Outsystems, select to statement that is true.A . Web Block can only have 1 output B. Web Block cannot have preparation action C. Web Block can Preparation action D. Web Block can have multiple outputsView AnswerAnswer: C

July 2, 2023 No Comments READ MORE +

When Preparation is execute?

When Preparation is execute?A . When the User Request web page, when pressing the button (with method Submit) B. When the User Request web page, when pressing the button (with method Ajax Submit)View AnswerAnswer: A

July 2, 2023 No Comments READ MORE +