Kinetic Nav link

Hello,
anyone can show me how to add parameter in the Nav link?

thanks,

Eddy

To help the community provide the best answer, could you include as much of the information below as you can? Your question appears to be lacking some much needed context

What is a Kinetic Nav Link? How are you accessing it / using it?


  • Epicor Version
  • Deployment Type (Cloud, On Prem, 3rd Party Cloud etc)
  • The business problem you’re trying to solve
  • What you’ve already tried
  • Is this a Kinetic UX (Web) or Epicor Classic issue?
  • Is it related to a Method Directive, Data Directive, Function, BAQ, UBAQ, Configurator, etc.?
  • Any screenshots, error messages, or logs.
  • Any code you’ve written (or borrowed , make sure it is property formatted)
    ```
    code here
    ```
  • Steps to reproduce the issue

For tips on how to ask questions effectively, check out this guide:
Tips for Asking Questions on the Forum
clippy-hi

Hello Jose,
here is the Kinetic Nav-Link I am talking aobut.

I want to add querystring in the link to call an external website.

Thanks,

Eddy

image

I’ve never played with the Nav-Link before… and couldn’t get it to work referencing a dataview column value (which I’m assuming is what you’re after based on your above screen shot).

But if you add a button, and an on-click event with a url-open component, you just need to put the view.column in curly brackets: { }

image

image

image

Results:
image

1 Like

thanks so much

2 Likes