Skip to content

Commit

Permalink
Update using-the-multi-input-field-on-the-object-page-04ff5b1.md
Browse files Browse the repository at this point in the history
Add further sample for ABAP CDS annotation to beter anderstanding how the multi-input can be integreted into a Facet.
  • Loading branch information
jberthe authored Jun 5, 2024
1 parent e91c998 commit 9635c5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ You can use the navigation property inside a `UI.DataField` to display the value
> ABAP CDS Annotation
>
> ```
> @UI: { lineItem: [ { value: '_SupportedMaterials.Material', label: 'Supported Materials' } ] }
> @UI: { lineItem: [ { value: '_SupportedMaterials.Material', label: 'Supported Materials' } ] }
> @UI.fieldGroup: [{position: 10, qualifier: 'FieldgroupID', value: '_SupportedMaterials.Material'} ]
> _SupportedMaterials;
> ```
Expand Down

0 comments on commit 9635c5f

Please sign in to comment.