• Praveen Sirisilla
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 1
    Replies

HI, i want pass uername and password of salesforce and along with details list page of custom object so i can i do that ,here i have example .

PageReference obj1 = new PageReference('https://www.salesforce.com/login.jsp?pw=test&un=test@gmail.com');

return obj1;

But i want to pass  along with this https://ap1.salesforce.com/a00/o so how can i do that kindly let me know asap.

HI, i want pass uername and password of salesforce and along with details list page of custom object so i can i do that ,here i have example .

PageReference obj1 = new PageReference('https://www.salesforce.com/login.jsp?pw=test&un=test@gmail.com');

return obj1;

But i want to pass  along with this https://ap1.salesforce.com/a00/o so how can i do that kindly let me know asap.