function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shiva VenuShiva Venu 

Lightening URL Hacking Not Working


I have created a new lightening button on Lead list view - page. When i click on this button, two fields values should per set, one being pick field and another is Checkbox.
Below is what i tried and it did not work

/lightning/o/Lead/new?defaultFieldValues= Lead_Type__c = (!URLENCODE(‘Qualified’)) Accepted_Checkbox__c = 'True'

Please suggest!

Best Answer chosen by Shiva Venu
VinayVinay (Salesforce Developers) 
Hi Shiva,

Check below example for URL hacking.

https://jayakrishnasfdc.wordpress.com/2020/06/07/url-hacking-in-salesforce-lightning/

If it still doesn't work kindly share more details along with data types of fields,

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Shiva,

Check below example for URL hacking.

https://jayakrishnasfdc.wordpress.com/2020/06/07/url-hacking-in-salesforce-lightning/

If it still doesn't work kindly share more details along with data types of fields,

Thanks,
This was selected as the best answer
Shailesh ChaudharyShailesh Chaudhary
We are looking for salesfroce for our small business SEO (https://seorankergroup.com/seo-for-small-business/), Techkari (https://techkari.com/) and App Opener (https://appopener.net/)  .... If anyone could help it really helpful for us to manage and grow our business. Is Salesforce good for us?
VinayVinay (Salesforce Developers) 
You can reach out to Salesforce Customer Support using below reference.

https://help.salesforce.com/articleView?id=000321274&type=1&mode=1

Thanks,