i am using Cross app navigation in my app I want to navigate directly to Object details #Object-Display&/Details/000000910500453026
First time it navigates properly , but when i try to repeat the flow , it automatically navigates to root view
**#Object-Display
I just call the cross app navigator and call the app
oCrossAppNavigator.hrefForExternal({
target: {
semanticObject: "Object",
action: `Display&/Details/${sProductCode}`,
},
})) ||
"";
oCrossAppNavigator.toExternal({
target: {
shellHash: sHash,
},
});
Hi All, i am using Cross app navigation in my app
I want to navigate directly to Object details
**<URL>#Object-Display&/Details/000000910500453026**
First time it navigates properly , but when i try to repeat the flow , it automatically navigates to root view
****<URL>#Object-Display**
I just call the cross app navigator and call the app
oCrossAppNavigator.hrefForExternal({
target: {
semanticObject: "Object",
action: `Display&/Details/${sProductCode}`,
},
})) ||
"";
oCrossAppNavigator.toExternal({
target: {
shellHash: sHash,
},
});