Browse By Tags

  • OnChange not changing

    I am having issues with the OnChange script below:. switch (this.value) { case 'Introduction' : oppo_certainty.value = '5'; break; case 'Presentation' : oppo_certainty.value = '25'; break; case 'Quoted/Bid' : oppo_certainty.value = …
  • Remove leads after converted to an opportunity?

    Hello, We have a requirement that the salespeople no longer have leads show up on the find screen after they have been converted to an opportunity. My thought was to create a script perhaps on the opp screen create script to set the lead_deleted field…