We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb392f7 commit 2d8f6f8Copy full SHA for 2d8f6f8
app/admin/fiori-service.cds
@@ -69,7 +69,12 @@ annotate AdminService.Books with {
69
{
70
$Type : 'Common.ValueListParameterDisplayOnly',
71
ValueListProperty: 'name',
72
- }
+ },
73
+ {
74
+ $Type : 'Common.ValueListParameterInOut',
75
+ LocalDataProperty: genre_ID,
76
+ ValueListProperty: 'ID',
77
+ }
78
],
79
PresentationVariantQualifier: 'VH',
80
}
0 commit comments