-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi, I am trying to use the TargetParameters to trigger a navigation to my detail page of my Fiori Element List Report
it's a list of PurchaseOrders, my cross-navigation intent looks something like this
"signature": {
"parameters": {
"PurchaseOrdersKey": {
"required": false
}
},
"additionalParameters": "allowed"
}
the default routing for the detail page in the manifest is
"pattern": "PurchaseOrders({PurchaseOrdersKey}):?query:",
This is my notification payload
NavigationTargetObject: "POConfirmation",
NavigationTargetAction: "display",
TargetParameters: [
{
Key: "PurchaseOrdersKey",
Value: purchaseOrderId
}
],
The notification is being sent correctly but the navigation to the detail page does not work
it's calling this URL
POConfirmation-display?PurchaseOrdersKey=4500488623
instead of
POConfirmation-display?/PurchaseOrders('4500488623')
please let me know how to resolve this navigation
thanks
Metadata
Metadata
Assignees
Labels
No labels