Skip to content

Commit

Permalink
Merge pull request #133 from jberthe/patch-2
Browse files Browse the repository at this point in the history
Update using-the-multi-input-field-on-the-object-page-04ff5b1.md
  • Loading branch information
KaijaInga authored Jun 28, 2024
2 parents 2762946 + 7e43ef5 commit 823f376
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ You must define a 1:N association in the data model.

In the following example, `"_supportedMaterial"` is a one-to-many `navigationProperty` pointing to the `"SupportedMaterial"` entity:

> ### Sample Code:
> ### Sample Code for :
> ```
> // For CAP
> _SupportedMaterials : Composition of many SupportedMaterial on _SupportedMaterials.owner = $self;
>
>
> // For RAP On Premise
> composition [0..*] of SupportedMaterial as _SupportedMaterials
> ```
You can use the navigation property inside a `UI.DataField` to display the values of the target entity. The following example shows how to display the `"material"` property of every associated `"SupportedMaterial"`:
Expand Down

0 comments on commit 823f376

Please sign in to comment.