Which three statements are true about the default value…

Which three statements are true about the default value for an entity object attribute? (Choose three.)

Which three statements are true about the default value for an entity object attribute? (Choose three.)

A.
It can be a literal value.

B.
It can be defined by a Groovy expression.

C.
It can be defined by a SQL select statement.

D.
It can be defined by an Expression Language (EL) statement.

E.
It can be defined by referencing a database stored procedure.

Explanation:
A: The Value field (in the Edit Attribute dialog) allows you to specify a static default value for the attribute when
the Value Type is set to Literal. For example, you can set the default value of the ServiceRequest entity object’s
Status attribute to Open, or set the default value of the User entity object’s UserRole attribute to user.
B: You can use a Groovy expression to define a default value for an attribute. This approach is useful if youwant to be able to change default values at runtime.
D: Groovy scripting logic is similar to Expression Language (EL)
http://docs.oracle.com/cd/E15586_01/web.1111/b31974/bcentities.htm#BABFBJAI



Leave a Reply 0

Your email address will not be published. Required fields are marked *