It’s time to put what you’ve learned to the test, get 5 questions right to pass this unit.
Q1.
What property of the @Common.SideEffects annotation will you select to reference the fields which should be updated?
Choose the correct answer.
A
SourceEntities
B
SourceProperties
C
TargetEntities
D
TargetProperties
Q2.
You cannot display separate fields on the object page on demand.
Choose the correct answer.
A
True
B
False
Q3.
What property of the @Common.SideEffects annotation will you select to reference the field/fields which should trigger the update of other fields if changed?
Choose the correct answer.
A
SourceEntities
B
SourceProperties
C
TargetEntities
D
TargetProperties
Q4.
The calendar is automatically added as a value help to the fields of type Date.
Choose the correct answer.
A
True
B
False
Q5.
As an SAP Fiori elements application developer, what should you do to trigger the immediate update of the field price if the value of the field product changes?
Choose the correct answer.
A
I will implement a GET request to fetch a new price.
B
I will annotate my entity with an @Common.SideEffects annotation so that SAP Fiori elements can fetch the price of a new product.
Q6.
Which annotation is used to configure value help for a field?