OutSystems provides a built-in application to create and manage users and their roles in applications...
OutSystems provides a built-in application to create and manage users and their roles in applications...A . The UserMgmt application. B. The Users application. C. The Enterprise application. D. The Company application.View AnswerAnswer: B
Which of the following options is false?
Which of the following options is false?A . Local Variables allow temporarily storing relevant information inside a Screen. B. Input Parameters allow passing data between Screens when navigating between them. C. When the value of a Local Variable changes the user interface reacts immediately. D. Local Variables from a Screen...
Events only allow to communicate with the parent element.
Events only allow to communicate with the parent element.A . True B. FalseView AnswerAnswer: A
When the user submits data in a Form to the server...
When the user submits data in a Form to the server...A . a Screen Action runs with the data from the Form as Input parameter. B. .. the Preparation runs then the Screen Action runs. C. . the data is stored in the Form's Record implicit variable. D. . the...
Regarding the If statement, which of the following options is false?
Regarding the If statement, which of the following options is false?A . Both True and False branches are mandatory. B. If statements can also be used to implement ad-hoc loops. C. Only one of the branches is executed, depending on the If condition's outcome. D. More branches may be added...
Considering Aggregates and SQL Queries, which of the following statements is true?
Considering Aggregates and SQL Queries, which of the following statements is true?A . All SQL Queries can be replaced by an Aggregate. B. Aggregates and SQL Queries have different output types. C. Everything that can be define in Aggregate can also be written in a SQL Query. D. Both SQL...
Regarding Static Entities in Outsystems, select to statement that is true.
Regarding Static Entities in Outsystems, select to statement that is true.A . When creating a new Static Entity, it will automatically create 4 attributes Id, Label, Order, Is_Active B. Static Entity cannot Create, Update, Delete, Get C. Attributes of Static Entity cannot be changed D. Entity records can be created...
It is possible to see the SQL generated by an Aggregate?
It is possible to see the SQL generated by an Aggregate?A . TRUE B. FALSEView AnswerAnswer: A
Which of the following options is correct, when implementing pagination with Tables or Lists?
Which of the following options is correct, when implementing pagination with Tables or Lists?A . The Max Records property of the Pagination holds the number of records to show per page. B. The Start Index property of the Pagination holds the current page number. C. The Total Count input of...
Which of the following options is a valid usage of the Trigger Event node (https://drive.google.com/file/d/1R2cEa-XAB6XyZSbdHVbD8tVY_4E_h4ge/view?usp=sharing)?
Which of the following options is a valid usage of the Trigger Event node (https://drive.google.com/file/d/1R2cEa-XAB6XyZSbdHVbD8tVY_4E_h4ge/view?usp=sharing)?A . The Trigger Event allows a Block to notify its parent (Screen or Block) that something relevant occurred in the scope of the Block. B. The Trigger Event allows a Screen to notify its children...