If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...
If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...A . Text B. Integer C. Boolean D. DateView AnswerAnswer: B
What's the name of the web console that can be accessed to check log reports and environment health information?
What's the name of the web console that can be accessed to check log reports and environment health information?A . Service Studio B. Service Center C. Log Center D. Environment CenterView AnswerAnswer: B
Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?
Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?A . Automatically, when the Aggregates set to run "At Start" finish. B. Programmatically, using a Server Action. C. Programmatically, using a Refresh Data node in a Screen Action. D. Automatically, when the Screen...
XXX screen only Registered role is checked, which of the following statements is true?
XXX screen only Registered role is checked, which of the following statements is true?A . User has not logged in, make request Screen XXX. As a result, can not permission B. User logged , make request Screen XXX. As a result, can not permissionView AnswerAnswer: A
Is it possible to Expose a REST API in OutSystems?
Is it possible to Expose a REST API in OutSystems?A . Yes B. NoView AnswerAnswer: A
Which of the following elements can't be used to create calculated attributes in an Aggregate?
Which of the following elements can't be used to create calculated attributes in an Aggregate?A . Variables. B. Server Actions using Entity Attributes. C. Built-in Functions that can be translated to SQL (e.g. Length(), Power()). D. Value of the attributes of the Source Entities.View AnswerAnswer: B
Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B?
Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B? A. Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B V U Identifier. B. Set the data type of the identifier attribute of Entity...
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, ...
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, ...A . if the button has Method Navigate. B. regardless of the Button's Method. C. if the Button has Method...
In a Many-to-Many relationship, the Junction Entity must have at least these attributes ...
In a Many-to-Many relationship, the Junction Entity must have at least these attributes ...A . A composite key with reference to each parent Entity. B. An identifier and foreign keys to each parent Entity. C. Foreign keys to each parent Entity and the Count of the junction records. D. Id,...
Inside the Preparation of Web Screen, the Destination statement...
Inside the Preparation of Web Screen, the Destination statement...A . . cannot be used. B. allows redirecting the user to a different Web Screen, without rendering the current Screen. C. renders the Current Screen and afterwards the users is redirected to the Destination Screen. D. . prompts the user before...