• preyni samme
  • NEWBIE
  • 0 Points
  • Member since 2020

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

We are working in our sandbox and creating a new custom Button type URL to redirect to a visualforce page I'm getting this error:
User-added image

Here's my button code:
 
window.location = '/apex/FinancialRequest_New'

Even I'm setting the button to use it as  URL '/apex/FinancialRequest_New' , the message is the page no longer exist, so still the same issue.

Thanks in advance.