A. A Static Entity always has only 4 attributes Id, Label, Order, Is_Active
B. A Static Entity can add attributes with the basic data type and the identifier data type of other static entity.
C. A Static Entity can add attributes with the basic data type and identifier data type of all other entities.
D. A Static Entity has the functions Create, Update, Get
A. When built-in validations are enabled, the Valid property of the Form is automatically checked before executing the client action logic.
B. The Valid property of the Form should be explicitly set to False (e.g. with an Assign) when an input field is not valid.
C. The Valid property of the Form should be checked after the last custom validation.
D. ally changed to False only when all the input fields of the Form are not valid.
A. Ajax submit, the preparation action will be reloaded
B. Ajax submit, the preparation action will not be reloaded
C. IsLoadingScreen () will return true when using ajax reload to reload a portion of the screen's html
D. IsLoadingScreen () will return false during the preparation step without starting to build screen html
A. No
B. Yes
A. The output of the Aggregate will not include the columns at grey.
B. We can apply the following functions on attributes of integer data type: sum, max, min, count and average.
C. The output of the Aggregate will contain all attributes from the Source Entities plus the aggregation columns.
D. We can apply multiple aggregation functions inside an Aggregate.
A. Environment Center
B. Service Center
C. Service Studio
D. Log Center
A. The widget's Visible property setting is Check <RoleName> Role (UserId) = True
B. Use Container to display control with Display property as Check <RoleName> Role (UserId) = True
C. Use the If condition to display control provided that Check <RoleName> Role (UserId) = True
D. Cannot perform the display in units of each widget, so it cannot be done
A. FALSE
B. TRUE
A. Web, Mobile, Service and Extension
B. Web, Mobile and Service
C. Module and Extension
D. Only Web