• DaFFy
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 11
    Replies

Hi

 

I'm trying to get a workflow rule to work but am having some trouble with my rule criteria.

 

I'm trying to send an email alert when the below criteria is met.

 

budget  >= $10,000.

flight days <= 5 days

 

Tried this but it's not working: 

AND((End_Date__c - Start_Date__c) <= 5, ( UnitPrice >= 10000))

 

Any help would be appreciated. Thank you.

  • October 19, 2011
  • Like
  • 0

Hi

 

I'm trying to create a workflow rule where if the opportunity owner changes, it would send out an email alert. I created the email template as well as the email alert. 

 

The workflow rule i created was     

 

AND( ISCHANGED( OwnerId ))

 

Unfortunately for some reason the workflow doesn't seem to be kicking off the email alert. Any help would be appreciated.

  • October 17, 2011
  • Like
  • 0

How can I move data from one object to another?  Example, I have a formula field on the child that has a formula value of 4, I want to copy that field value to the parent and display it on the same field name on the parent.  

Hi

 

I'm trying to get a workflow rule to work but am having some trouble with my rule criteria.

 

I'm trying to send an email alert when the below criteria is met.

 

budget  >= $10,000.

flight days <= 5 days

 

Tried this but it's not working: 

AND((End_Date__c - Start_Date__c) <= 5, ( UnitPrice >= 10000))

 

Any help would be appreciated. Thank you.

  • October 19, 2011
  • Like
  • 0

Hi

 

I'm trying to create a workflow rule where if the opportunity owner changes, it would send out an email alert. I created the email template as well as the email alert. 

 

The workflow rule i created was     

 

AND( ISCHANGED( OwnerId ))

 

Unfortunately for some reason the workflow doesn't seem to be kicking off the email alert. Any help would be appreciated.

  • October 17, 2011
  • Like
  • 0