It's time to put what you've learned to the test, get 4 right to pass this unit.
1.
What does the following annotation do? Annotate TravelService.Travel with @(Capabilities.DeleteRestrictions: {$Type: 'Capablities.DeleteRestrictionsType', Deletable:false});
Choose the correct answer.
2.
What does the following annotation do? Annotate TravelService.Travel with @(Capabilities.DeleteRestrictions: {$Type: 'Capabilities.DeleteRestrictionsType', Deletable: TravelStatus.insertDeleteRestriction})
Choose the correct answer.
3.
What can table toolbar actions do?
There are two correct answers.
4.
What does the following annotation do? Annotate TravelService.Travel with @UI: {DeleteHidden: true}