3 Months Free Update
3 Months Free Update
3 Months Free Update
If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...
In which of the following situations is it necessary to define a handler for a Block Event?
1 paging website per page 10 records. When clicking on the link [2], the next 10 records are displayed, but the link [2] is not in bold. The cause is right
Regarding Static Entities in Outsystems, select to statement that is true.
When you create a new Web Screen, it has a Header, Menu and Footer by default because...
In the Web Blocks section of the Theme properties, does changing the Layout web block mean changing the layout of existing screens?
A Theme defines the look and feel of application Screens and you can directly apply it to ...
Immediately after creating an Entity and its attributes, what is the expected behavior when using the Bootstrap Data From Excel?
Which of the following options should not be a use case of client variables?
Consider that we want to apply aggregation functions in an Aggregate. Which of the following options is false?
Regarding Reactive Web Apps in OutSystems, which of the following options is false?
Considering Aggregates and the SQL Tool, which of the following is the correct option?
Ending a Screen Action with an End element or a Destination to the '(Current Screen)' yields the same result.
Start -> If(Count < 3) True Count = Count + 1 , Result = Result + Count .
If end loop Result is value = ?
Considering the built-in Role Actions, which of the following options is false?
For Aggregate as shown below, Ask filter to find the person whose name contains the string "John"
To replace data on a widget with automatic data replacement (Tables Records, List Records, Form, ...)
Which of the following options is false regarding Modules and applications?
Screens can be composed of a combination of several elements called Widgets.
Regarding Sorting in Aggregates, which of the following options is correct?
Consider a Screen that contains a Form to collect Customer data. The Form has a Save Button with the On Click Destination set to a SaveOnClick Action, which sends the data to the server to store it in the database. What is the best way to make sure that we do not send the data to the server when the mandatory Customer data fields have not been filled in?
Considering the following Aggregate (https://drive.google.com/file/d/11tUfXgUASyo932VISD6nB4Xmho342ZNn/view?usp=sharing), what will be the attributes of the GetOrdersShippingState.List.Current record?
Consider a Form with a Save button with the Built-in Validations property set to Yes. When a user clicks on the Save button, some validations over the data submitted to the Form are automatically performed by OutSystems by default. Which validations are those?
Consider a Web Screen with a Button that is associated to a Screen Action. An Ajax Refresh statement in that Screen Action allows to refresh part of that Web Screen, ...
If an Entity Attribute named HouseNumber is created, what needs to be done about its Data Type?
Give 1 aggegate as shown. Ask how to display the average score of the group according to Point1 and sort the order of Point 2 with the highest score by year
The Combo Box widget allows selecting one value out of possible alternatives in a drop-down list. Which of the following is NOT POSSIBLE
Given 1 Aggregate with data source is 3 entities:
A and B are related to With or Without
A and C are related to Only With. Asked how the result will be?
Entities are created with a set of Entity Actions for CRUD operations, which ones?
XXX screen only Registered role is checked, which of the following statements is true?
Regarding Inspect the values of variables when code execution is stopped..