• Chasity Hedden
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I have a formula field called Revenue date field that is calculated based on 10 business days after a date being put into a field called submitted date. Once that revenue date hits that 10th day it populates the revenue date with a date. i would like to write a workflow rule that does a field update of a picklist field off of this revenue date field. I would like to update that picklist field from Submitted to Completed on that 10th day. Currently the way I have it written is the following:

WORKFLOW RULE:
  • Evaluation Criteria: Evaluate the Rule when a record is created, and any time it's edited to subnsequently meet critera
  • Rule Criteria: Business_Day_Count__c<=TODAY()
  • Time-Dependent Workflow Actions: 0 Days After Submitted Date


This isn't working...It looks like it should.
Any ideas on where to correct this?
Thnaks.

R-