Skip to content

TargetParameters navigation to detail page #99

@agiguere

Description

@agiguere

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions