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
sieb4mesieb4me 

need url for test salesforce instance with hardcoded user and password

How do i get the url to go to case detail, something like this below

 

https://cs10.salesforce.com/500J0000001c7qE

 

 

i need to however pass user and password

 

how do i do it?

 

 

thanks

 

wahoobiewahoobie
https://cs10.salesforce.com/?pw=PASSWORD&un=USEREMAIL is how you would log in. I have not tried it direct to records.
wahoobiewahoobie
ah, I confirmed that this works:
https://csXX.salesforce.com/RECORDID?pw=PASSWORD&un=USEREMAIL
so have at it!

Keep in mind that this should only be turned used for SANDBOX as it opens up some security concerns. We can't do this in PROD.
sieb4mesieb4me

yes, is there a way to use user and pwd harcoded in VF page or something and get this url working in prod?