• nagodtumu
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hi,

I am developing a Salesforce app. And in some place I need go to an external page, get an activation key than come back to the Salesforce page.

 

But after redirecting my page along with ActivationKey parameter like this: "http:///blahblahblah.salesforce.com/na4ggg?ActivationKey=3043049404040943 salesforce needs me to login again and i type my password. Then i am forwarded to the page that  requested without ActivationKey. I think because of the login process, it is clearing the ActivationKey parameter.

 

I want to get the parameter from that page and put it into a textbox inside my custom page based on above scenario.

 

Is there a way to do this?

 

Thanks,

Umut