-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[popup] Use custom shortcuts #115
Comments
Version 1.19 =========== General ------- * Inspect Page Restyling (UI improvements, red background for PROD, display / hide table borders) [PR105](#105) (contribution by [Pietro Martino](https://github.com/pietromartino)) * Navigate to record detail (Flows, Profiles and PermissionSet) from shortcut search [feature 118](#118) * Fix country codes from LocalSidKey convention [PR117](#117) (contribution by [Luca Bassani](https://github.com/baslu93)) * Use custom shortcuts [feature 115](#115) * Add Export Query button [feature 109](#109) (idea by [Ryan Sherry](https://github.com/rpsherry-starburst)) * Add permission set group assignment button from popup [feature 106](#106)
@tprouvot Can we make this to work "$orgDomain_orgLinks" with all the domains?? Currently we need to have custom links for every org. Any thoughts? |
@saicharanreddyk I think I can remove the org domain from the property name and handle it in the json. [
{
"label": "Test myLink",
"link": "/lightning/setup/SetupOneHome/home",
"domain": ""
"section": "Custom",
"prod": false
},
{
"label": "EnhancedProfiles",
"section": "Setup",
"link": "/lightning/setup/EnhancedProfiles/home",
"domain": "myDomain.salesforce.com"
"prod": false
}
] I have to think about it because it will affect users who actually use it today. @saicharanreddyk Could you create a new enhancement with this requirement a a link to this discussion ? |
Is your feature request related to a problem? Please describe.
It would be nice to be able to customize shortcuts by adding new ones.
ie. setup sections that are not in all orgs and specific to a particular cloud or link to specific records.
The addition / deletion of links is made by editing property "$orgDomain_orgLinks" in the web browser localStorage:
In order to know what is your domain you can check for another property "orgInstance"
Here's an example of the content of the property :
The text was updated successfully, but these errors were encountered: