Hello Friends,
I have issues while carrying data from one app to another app.
I have both the apps in my fiori launchpad and am able to navigate from one app to another using
"Direct Cross App Navigation" method.
this.oCrossAppNav.toExternal({
target : { semanticObject : "Product", action : "display" },
params : { "ProductID" : [ "102343333" ] }
});
But my requirement is to take the data from table of current application and copy the same in the table of navigating application.
Is it possible by passing parameters?, if so, how can i perform the same.
Thanks...
Deepak