Quantcast
Channel: SCN: Message List - ABAP for SAP HANA
Viewing all articles
Browse latest Browse all 2110

Intent Based Navigation in CDS

$
0
0

Hi,

I'm creating a CDS view, where I need to add some hyperlinks which navigate the user to different factsheets.

 

I'm using intent based navigation. The code snippet is:

 

@Consumption.semanticObject: 'PurchasingInfoRecord'

@UI.selectionField.position: 1  

@UI.lineItem:{

          position:1,

          label: 'Info Record Number',

          importance:#HIGH

          type: #FOR_INTENT_BASED_NAVIGATION,

          semanticObjectAction: 'displayFactSheet'

                  }

           key PurchasingInfo.PurchasingInfoRecord



  

But this distort the UI. The link does not come up as a hyperlink.

This is how it looks:


doubt1.png



The line item "Info Record Number" is moved up, And a radio button is displayed.


I need it to be like this only:


doubt2.png


What I may missing?




Thanks.


Viewing all articles
Browse latest Browse all 2110

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>