cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Intent Based Navigation with appSpecificRoute

MihalyDucz
Product and Topic Expert
Product and Topic Expert
0 Likes
72

Hi Colleagues,

We are developing navigation out of a Joule Capability, using intent based navigation. Our goal is to target an application with a specified object open already, ie, internal app navigation.

The target URL would be such as:
#IBPApplicationLog-display&/LogDetails/9FB4E95040ED6EF01900EADA8D2895A4

However, the documentation of Card Navigation Actions or navigation action handling do not mention anything about the app specific route parameter handling.

If i check the Navigation services API, i can easily achieve the goal by doing the following in the console:
oNavService = sap.ushell.Container.getService("Navigation"); 
...

oNavService .navigate({
target: {
semanticObject: "IBPApplicationLog",
action: "display",
},
appSpecificRoute: "LogDetails/9FB4E95040ED6EF01900EADA8D2895A4"
})
 
But we aren't sure how to pass such parameters, since the documentation only describes ibnTarget and ibnParams. Is there any description that tells us the syntax necessary to achieve our target url navigation?
 
Thank You and Best Regards,
Mihaly



 

 

Accepted Solutions (0)

Answers (0)