Considering the Function property in Client Actions, which of the following options is correct?
Considering the Function property in Client Actions, which of the following options is correct?A . Setting the Function property to Yes restricts the Action to have only one Output Parameter. B. Setting the Function property to No ensures the Action can only be used in the module where it is...
Consider the following Action (https://drive.google.com/file/d/1L6qUwd2jjqWAluUB-Kv5gQghendWoMr2/view?usp=sharing), that calculates the square root (sqrt) of a positive decimal number (N). Knowing that the function was called with N = 0, and the debugger is stopped at the Start node, what will happen when the developer selects the Continue (F9) option highlighted in the picture?
Consider the following Action (https://drive.google.com/file/d/1L6qUwd2jjqWAluUB-Kv5gQghendWoMr2/view?usp=sharing), that calculates the square root (sqrt) of a positive decimal number (N). Knowing that the function was called with N = 0, and the debugger is stopped at the Start node, what will happen when the developer selects the Continue (F9) option highlighted in the...
How is the data fetched by an Aggregate bound to a Table or a List widget?
How is the data fetched by an Aggregate bound to a Table or a List widget?A . By setting the Source property of the widget to the output of the Aggregate. B. By creating a Screen Action that programmatically assigns the widget to the data fetched by the Aggregate. C....
Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination?
Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination?A . Screen. B. Client Action. C. Block. D. External Site.View AnswerAnswer: C
Considering that Michael is a user of the Orders application, with only the OrdersAdmin Role assigned to him, which of the following options is correct?
Considering that Michael is a user of the Orders application, with only the OrdersAdmin Role assigned to him, which of the following options is correct?A . Michael has access to Screens with the Registered Role checked. B. Michael does not have access to Screens with the Anonymous Role checked. C....
A Theme defines the look and feel of application Screens and you can directly apply it to ...
A Theme defines the look and feel of application Screens and you can directly apply it to ...A . A Module, a UI Flow, or an individual Screen or Web Block. B. A Module, a UI Flow, or an individual Screen. C. A Module or a UI Flow. D. Only...
An instance of a Web Block is a widget and when refreshing it with an Ajax Refresh ...
An instance of a Web Block is a widget and when refreshing it with an Ajax Refresh ...A . The Ajax Refresh is ignored. B. The whole screen is refreshed. C. The Web Block Preparation is executed and the Web Block updated. D. The Web Block stays the same because...
Regarding Indexes, which of the following options is correct?
Regarding Indexes, which of the following options is correct?A . Custom indexes cannot be added to an Entity. B. Unique indexes help prevent data duplication. C. Indexes over referenced attributes cannot be deleted. D. Indexes speed up data retrieval without any kind of impact.View AnswerAnswer: B
Entities are created with a set of Entity Actions for CRUD operations, which ones?
Entities are created with a set of Entity Actions for CRUD operations, which ones?A . Insert, Update, Delete B. Create, CreateOrUpdate, Update, Get, GetForUpdate, Delete C. GET, POST, DELETE D. Add, Change, RemoveView AnswerAnswer: B
A one-to-one relationship from Entity A to Entity B is created by ...
A one-to-one relationship from Entity A to Entity B is created by ...A . changing the Entity B identifier data type to <Entity A> Identifier. B. changing the id attribute of Entity B to not be an auto-number and assigning a value to it programmatically, when creating a new record....