cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori OVP intent based navigation

05-18-2022 1:36 AM
juanlee337 Explorer
345 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

Hi please bare with me as I am new to to annotations.

Below is hardcoded Action that works but I dont want to hard code it as my card has 4 rows and each rows should take them to different places. . so I change this to Path = 'odata entity string field that equals to 'EAMWB_HIER_AC' but this doesn't seem to work.

How can I make this dynamic?

<Annotation Term="UI.LineItem" Qualifier="crequest">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="IconUrl" Path="Icon"/>
<PropertyValue Property="Value" Path="LinfoTop"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Value" Path="LinfoMid"/>
</Record>
<Record Type="UI.DataFieldForIntentBasedNavigation">
<PropertyValue Property="SemanticObject" String="MDG_EAM"/>
<PropertyValue Property="Action" String="EAMWB_HIER_AC"/> ( this works but all the links in the cards will open same Action) .
<PropertyValue Property="Inline" Bool="true"/>
<PropertyValue Property="RequiresContext" Bool="true"/>
</Record>
</Collection>
</Annotation>
0 Likes

Accepted Solutions (0)

Answers (0)