Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What is the Screen behavior when a widget is not valid (Valid property set to False)?

A.

The widget does not appear on the Screen and the validation message appears in its place.

B.

The Screen displays the widget greyed out, and displays the validation error message on the U input.

C.

Displays the regular widget, applies a specific styling (e.g. red border), and displays the ^ validation error message.

D.

Displays the regular widget and displays the validation error message when we hover the mouse.

What happens when a developer publishes a Module?

A.

The browser opens.

B.

The OutSystems platform compiles it and generates the HTML, CSS, and JavaScript.

C.

Nothing.

D.

The code is uploaded but only compiled when a user accesses the application.

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

A.

Web Block cannot be placed recursively (recursion not allowed)

B.

Web Block cannot contain other web blocks

C.

Web Block has no preparation action

D.

Web Block can only be shared for modules that belong to the same application

Which of the following is not an Entity Action of the Customer Entity?

A.

DeleteCustomer.

B.

UpdateCustomer.

C.

CreateCustomer.

D.

RetrieveCustomer.

When columns are hidden in an Aggregate ...

A.

They cease to be part of output of the Aggregate

B.

They are still part of output of the Aggregate

C.

They are the only columns on the output of Aggregate

D.

It's because they are empty on the database

Events only allow to communicate with the parent element.

A.

True

B.

False

Regarding the Delete Rule property, which of the following options does not guarantee referential integrity?

A.

Ignore

B.

Delete

C.

Protect

Using an Ajax Refresh in the flow of a Screen Action allows refreshing a specific widget, but for it to work ...

A.

The widget needs to be a Table Records and the Screen Action must be executed with Ajax Submit.

B.

The widget must have a Name and the Screen Action must be executed with Ajax Submit.

C.

The widget must have a Name and the Screen Action must be executed with Submit.

D.

The widget must have a Name and the Screen Action must be executed with Navigate.

When using aggregation functions, the output of the Aggregate will not include the columns at grey.

A.

True

B.

False

When you want to display a widget in a certain role, what is the best way?

A.

The widget's Visible property setting is Check Role (UserId) = True

B.

Use Container to display control with Display property as Check Role (UserId) = True

C.

Use the If condition to display control provided that Check Role (UserId) = True

D.

Cannot perform the display in units of each widget, so it cannot be done