Skip to content

Can intent-base navigation in integration card action have parameter with range value #4284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
i036207 opened this issue May 15, 2025 · 1 comment

Comments

@i036207
Copy link

i036207 commented May 15, 2025

Why are you proposing this feature?

In our case, the data we read is from a period of time.
"url": "{{destinations.LGMIntegrationCards_Destination}}/integrationtask-launchpad-sap-internal/v1/IntegrationTaskLaunchpadAPI?$apply=filter((integrationTaskStatus_code%20eq%20%27ERROR%27) and (taskStartDateTime gt {filters>/dateRange/range/start}) and (taskStartDateTime lt {filters>/dateRange/range/end}))/groupby((businessObjectType_code,integrationTaskStatus_code,businessObjectTypeDescription),aggregate($count as TotalCount))",
so in the nagvigation we want jump to the APP with
(taskStartDateTime gt {filters>/dateRange/range/start}) and (taskStartDateTime lt {filters>/dateRange/range/end})
currently I can only pass a value but no range value

          "type": "Navigation",
          "parameters": {
            "ibnTarget": {
              "semanticObject": "IntegrationTask",
              "action": "monitor"
            },
            "ibnParams": {
              "integrationTaskStatus_code": "{integrationTaskStatus_code}",
              "businessObjectType_code": "{businessObjectType_code}"
            }
          }

our integration card is in the sap build workzone, standard.

may I know if it can be realized?

How should a possible solution look like?

No response

Are there alternative approaches?

No response

Any further information you would like to share?

No response

@flovogt
Copy link
Member

flovogt commented May 15, 2025

Hi @i036207 your issue is not related to OpenUI5 but SAPUI5. Please open a support incident at SAP.

@flovogt flovogt closed this as completed May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants