On Click of URL In EMAIL I need to retrieve the respective record from the grid in the site

Certified Senior Developer

I am having requirement to show up only the respective record data from the grid in the Site. I have used a!urlForSite(sitePage: givensiteofMyapp) to navigate to the site but to retrieve the exact record from the grid how I need to fetch those details. Kindly provide any suggestion

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    We need more details about your scenario , As far as i understood , You got a grid in a site page and you are providing a link in every grid row ,When user clicks on it you are  using urlsite and taking it to another page where you want to show only data of that particular row.

    Save the identifier of that row ,Pass it as a url parameter and use it in querying and displaying.Or you achieve different thing??

Reply
  • 0
    Certified Senior Developer

    We need more details about your scenario , As far as i understood , You got a grid in a site page and you are providing a link in every grid row ,When user clicks on it you are  using urlsite and taking it to another page where you want to show only data of that particular row.

    Save the identifier of that row ,Pass it as a url parameter and use it in querying and displaying.Or you achieve different thing??

Children