Regarding Screen Aggregates, which of the following options is false?
Regarding Screen Aggregates, which of the following options is false?A . Screen Aggregates can only be executed when explicitly called. B. Screen Aggregates can only fetch data from the database. C. Screen Aggregates only exist within the scope of the Screen where they were defined. D. Screen Aggregates run asynchronously...
On Parameters Changed is from Parent to Block while Event Handler is from Block to
On Parameters Changed is from Parent to Block while Event Handler is from Block to Parent.A . True B. FalseView AnswerAnswer: A
In an SQL Query, the Output Entities, structures must always be defined to known the output type
In an SQL Query, the Output Entities, structures must always be defined to known the output typeA . True B. FalseView AnswerAnswer: A
The recommended data types for Session Variables are...
The recommended data types for Session Variables are...A . Any data type can be used. B. Basic and Structures Types. C. Basic and Entity Identifier Types. D. Basic and Entity Types.View AnswerAnswer: C
Email, Phone number is Basic data type?
Email, Phone number is Basic data type?A . Yes B. NoView AnswerAnswer: A
In a Web Application, a Screen Action ...
In a Web Application, a Screen Action ...A . ... can terminate with End, Destination, Download or Raise Exception Statements. B. ... cannot have multiple termination statements. C. ... can have multiple termination statements, but none of them can be a Destination statement. D. ... must always terminate with an...
If end loop Result is value = ?
Start -> If(Count < 3) True Count = Count + 1 , Result = Result + Count . If end loop Result is value = ?A . 5 B. 6 C. 7 D. 8View AnswerAnswer: B
Which of the following behaviors is true for Links and Buttons?
Which of the following behaviors is true for Links and Buttons?A . Only Links can navigate to external URLs. B. Links can only navigate to Screens. C. Buttons can only have a Screen Action as an On Click Destination. D. Links and Buttons can either Navigate to screens or trigger...
Considering that Aggregates can have hidden columns, which of the following options is correct?
Considering that Aggregates can have hidden columns, which of the following options is correct?A . The hidden columns help optimizing the Aggregate. B. Columns that are empty in the database are automatically hidden. C. The hidden columns are not part of the output. D. Hiding columns in the Aggregate only...
Client Actions and Server Actions can have the following variables:
Client Actions and Server Actions can have the following variables:A . Input Parameters and Local Variables, but no Output Parameters. B. Input and Output Parameters, but no Local variables. C. Output Parameters and Local Variables, but no Input Parameters. D. Input and Output Parameters, as well as Local Variables.View AnswerAnswer:...