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 16c919d commit cb392f7Copy full SHA for cb392f7
app/admin/fiori-service.cds
@@ -61,10 +61,16 @@ annotate AdminService.Books with {
61
ValueList: {
62
CollectionPath : 'GenreHierarchy',
63
Parameters : [
64
+ {
65
+ $Type : 'Common.ValueListParameterInOut',
66
+ LocalDataProperty: genre_ID,
67
+ ValueListProperty: 'ID',
68
+ },
69
{
70
$Type : 'Common.ValueListParameterDisplayOnly',
71
ValueListProperty: 'name',
- }],
72
+ }
73
+ ],
74
PresentationVariantQualifier: 'VH',
75
}
76
});
0 commit comments