• sungaj
  • NEWBIE
  • 0 Points
  • Member since 2013

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

We have an Apex class exposed as a web service that I would like to debug. I don't know which user  account I should use in setting up debug logs to capture the log output when the web service is invoked.

 

Please help.

  • October 15, 2013
  • Like
  • 0

Hi, I have overridden the 'New' button on the Account home page to display a Visualforce page where a user can enter an account name to check if it already exists.

 

On the VF page I have a 'Continue' button that should take the user to the new account page when clicked. I have tried to redirect to the new Account record via URL (e.g., '001/e..') as well as using URLFOR. However, I keep getting directed back to the VF page.

 

Any way to get around this? Thanks in advance.

  • September 30, 2013
  • Like
  • 0