• Lisa Sev
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello,
 
I am new to Salesforce and need some help with workflows.
I have one workflow rule that will update the opportunity stage, auto advancing it to the next stage based on certain criteria.
I have another workflow rule that kicks off workflow once the opportunity stage is set to a certain value.
 
If I manually set the stage to the new value the second workflow rule fires.
But having this automated by the first workflow rule is not working.
 
Is there a workaround to this?
 
Thanks for any help.
 

Experts:

 

Does anyone know how to make custom link referring to local network drive work with Firefox? I played around for a bit but could not figure it out.

 

The link works fine with IE, but with Firefox its trying to open the link as web address. I tried to open it as plain URL as well as JavaScript with no success.

 

The local network drive looks something like below,

 

URL 

"\\lvlhome\\common\\DeltaMetrics"

 

 

In JavaSript

{!REQUIRESCRIPT("/soap/ajax/16.0/connection.js")}

window.location.pathname="file:\\\\\lvlhome\\common\\DeltaMetrics";

 

 

Let me know if there is a way to make this work in FireFox.

 

Thanks!

Pr@sh...