
4 risposte

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.