• TogopoB
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi all,

 

we are planning to launch chatter desktop for the whole company at once, however, to do that we are in need of .msi package as most of the workstations are windows based. do you have a handy solution in place ?

 

Many thanks for your replies,

Ican

Hi,

I need to write a validation rule for Opportunity Object. I have two standard field Stage and Probability.

 

Scenario:

 

When Stage= Plan is selected from the StageName picklist field the probability by default is 1% but user can edit this.

Now i have to write a validation rule for this in which i can restrict user so that they can enter only three values for stage=Plan manually. The values are 1%,0% and 2%. If user enters probabilty apart from this for the Stage=Plan then error has to be thrown. 

 

I am doing like this but this formula is not working:

 

IF(AND( ISPICKVAL(StageName,'Plan '), OR((Probability =0.01),(Probability=0),(Probability=0.02))),true,false)

 

Need help in this.

 

Thanks

  • June 24, 2013
  • Like
  • 0