Gurus,
I am trying to build a navigation from List report line item document number to some other app – i.e have document number as link

Snippet from local annotations in UI.LineItem-
<code><Annotation Term="UI.LineItem">
<Collection>
<Record Type="UI.DataField">
.
.
.
<Record Type="UI.DataFieldForIntentBasedNavigation">
<PropertyValue Property="SemanticObject" String="MySalesOrder"/>
<PropertyValue Property="Inline" Bool="true"/>
<PropertyValue Property="Label" String="Manage"/>
<PropertyValue Property="Action" String="display"/>
</Record>
</Collection>
</Annotation>
Doesn’t work. ofcourse I am missing something, but didn’t find any blog/reference/KBA – Can you please help ?
I am using all local annotations in annotation modeler with xsodata, No ABAP CDS.
Thanks,
Tanveer