• Pa1 Kumar
  • NEWBIE
  • 0 Points
  • Member since 2016

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

All,

I created a custom button on an opportunity with the code below

/p/process/Submit?id={!Opportunity.Id}&retURL=%2F{!Opportunity.Id}

Is there a way to create a button using Visual force where this button will be displayed only if the Stagename = Sales Order ?

Does anyone have any visualforce code examples?