#LightningReady I have been evaluating the readiness assessment and have started looking at some of the alternative solutions provided. One scenario prompted a specific question: What are some of the best practices you can share for config while you have to sets of user groups (ie your initial trial group using LEX, the rest Classic)?
Example: Currently we have a custom link on the account page that utilizes parameters to take the user to a report that is filtered by account ID.
- Challenge:
- Updating the URL & Parameters according to this provided solution (http://salesforce.vidyard.com/watch/TaHQu23nPeuDbTqMfHDCyp) I am now hard-coding for Lightning, meaning even my Classic users will see this report in LEX instead of Classic
How can this be more dynamic? Is my only option creating a LEX profile and assigning a different page layout to each of these profiles and customize specific for each? I found a great post (http://biggerboatconsulting.com/supporting-report-filter-url-hacks-in-lightning-and-classic/) that would allow it, unfortunately only for formula fields :(