• Saurabh.rawane.ax708
  • NEWBIE
  • 25 Points
  • Member since 2010

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

Hi,

 

I need to change Users Email address using apex without user having to confirm the new Email Address, is there a way i can achieve it.

 

Thanks!

Hello,

 

I have created a Site Listener, which when called from my apex class using http callout creates some set of data for me.

 

Problem I am facing is I want this service listener to be secure, but i get certificate errors on Sandbox when i try to test, since certificates are not available on sandboxes, is there a work around it, since we do not have certificates for Sandboxes available ?

 

Any Help!!

Hi,

 

I am trying to make a Site.login call with passing some parameters to returning page like this

 

Site.Login(username,password,'/createTest?avalue=XXXX&bvalue=YYYYY')

 

Looks like this redirect is not taking more than one parameter, so I am able to read avalue, but bvalue doesn't gets passed across at all.

 

Any help?

Hi,

 

I am trying to make a Site.login call with passing some parameters to returning page like this

 

Site.Login(username,password,'/createTest?avalue=XXXX&bvalue=YYYYY')

 

Looks like this redirect is not taking more than one parameter, so I am able to read avalue, but bvalue doesn't gets passed across at all.

 

Any help?