Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136
stars
97
forks
source link
Link from grid results in "Invalid Page" error #102
This may not be a problem with the enhanced lightning grid, but if there's configuration I need to do, I can't figure out where it lives.
I'm getting an "Invalid Page" error when I click on a link to a contact record shown to me by an enhanced lightning grid in my Experience site. The links that lead to "Invalid Page" look like this:
This may not be a problem with the enhanced lightning grid, but if there's configuration I need to do, I can't figure out where it lives.
I'm getting an "Invalid Page" error when I click on a link to a contact record shown to me by an enhanced lightning grid in my Experience site. The links that lead to "Invalid Page" look like this:
https://servername.orgname.org/s/0031200001ajNRhAAM
If I access that contact via another path, the working link is:
https://servername.orgname.org/s/detail/0031200001ajNRhAAM
How can I get Enhanced Lightning Grid to serve up the correct URL? Do I need to correct this in the component or somewhere else?
I'm using an older version of the package in production, but a newer version yields the same result in a sandbox.