A. It's because they are empty on the database
B. They are the only columns on the output of Aggregate
C. They cease to be part of output of the Aggregate
D. They are still part of output of the Aggregate
A. Either
B. True
C. Neither
D. False
A. There is no Client & Server validation.
B. Built-in validations are first checked on the client-side but the request goes to the server anyway to perform custom validations.
C. Custom validations are checked on the server-side if all mandatory fields are empty.
D. Built-in validations are first checked on the client-side and, if not valid, the user gets error messages immediately.
A. Person.Name like "%John%"
B. Person.Name like 'John'
C. Person.Name like "John"
D. Person.Name = "John"
A. Create an attribute of type Order Identifier in the Product Entity and an attribute of type Product Identifier in the Order Entity.
B. Create an attribute of type Product Identifier in the Order Entity.
C. Create a third Entity that contains two attributes of types Order Identifier and Product Identifier.
D. Create a third Entity with a primary key of type Order Identifier and an attribute of type Product Identifier.
A. Personal Area
B. Public Area
C. Both (Personal Area or Public Area)
A. The first branch that the condition evaluates to True is executed.
B. Every branch that evaluates to True is executed.
C. If no branch evaluates to True, the Otherwise branch is executed.
D. The Otherwise branch must exist.
A. By default, containers can span from 1 column up to 12 columns.
B. Containers can be placed inside other containers.
C. Containers allow grouping several widgets.
D. All containers must have at least one widget inside.
A. Only displays static images.
B. Only displays images given by a URL.
C. Displays static images, images in a URL, and images in the database.
D. Only displays images stored in the database.
A. Web Block cannot have preparation action
B. Web Block can have multiple outputs
C. Web Block can Preparation action
D. Web Block can only have 1 output
A. True
B. False
A. Both True and False branches are mandatory.
B. Only one of the branches is executed, depending on the If condition's outcome.
C. More branches may be added if needed.
D. If statements can also be used to implement ad-hoc loops.
A. User logged , make request Screen XXX. As a result, can not permission
B. User has not logged in, make request Screen XXX. As a result, can not permission
A. Input Parameters and Local Variables.
B. Local Variables only.
C. Input Parameters, Output Parameters, and Local Variables.
D. Input Parameters only.
A. Basic, Structure, Entity, and List
B. Basic and List only
C. Basic, Complex, and Record
D. Basic, String, and Object
A. List Actions can only be used inside List Items.
B. When List Items have the full swiping option activated, the List Action is not necessary.
C. The List Action triggers a Screen Action that will have the logic to be executed on swipe.
D. List Items can be used outside of Lists.