• Grant270
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I'm trying to create my first s-control. It's used in a button to update the lead status to dead. My for the control is:

{!URLFOR($Action.Lead.Edit, Lead.Id,[retURL=URLFOR( $Action.Lead.View , Lead.Id ),lead.Status ="Dead", save=1] )}

type is URL.

It is not thowing an error, it just isn't updating the field.  Any reason this shouldn't work?