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>
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.