
How do I access a list view of all detail records in Lightning?
In classic, all I had to do was visit a detail record, change the URL so it only had the first three characters of the record ID, and click "enter."
So for example, changing the URL of a detail record from https://fdli.my.salesforce.com/a1R410000055ATt to https://fdli.my.salesforce.com/a1R meant I could access and edit views for all of the detail records belonging to a custom object.
How do I do this in lightning?
2 comentários
The new URL format in the Summer release looks like this: /lightning/o/Account/list?filterName={ID}