Skip to main content
Saurav Kumar a posé une question dans #Lightning Experience
Prepoluate a page without URL parameters, The page has alightning web component
4 réponses
  1. 28 nov. 2019, 05:37
    Hi Danish! Thankyou for you help,

    Actually I wanted to pass a field value from the record page through the URL. But since It did not have any parameter i was wondering how.

    When I tried to append url by (?id=xyz), It was automatically refreshing the page and the appended part of url was removed.

    I got a solution, I needed to include the namespace. Instead of appending (?id=xyz) I should be appending (?c__id=xyz) to the url. It worked.

    Thanks a lot.
0/9000