Fiori tile to webGUI Navigation
I have created a custom fiori tile to display analytical charts. Now I want to have navigation by clicking this tile to the a webGUI application passing the paramets/conditions. I added one of my key field as an semantic object in cds by using
@consumption.semanticobject : “fieldname”
And in metadata extension I am writing
@UI.Identification: [{
type: #For_intent_based_navigation,
semanticObject: ‘fieldname’
semanticObjectAction: ‘displayList’
label: ‘WebGUI AppName’
}]
It does navigate to the webGUI application but It does not pass any fields/ parameters.
Can somebody help with this !!!