Skip to main content
Willie Mullen 님이 #Sales And Marketing에 질문했습니다
I would like the "Close Date" field to automatically populate to that day's date when an Opportunity is marked "Closed Won". My reps are terrible at changing the Close Date & I need it to be updated so my Workflow Tasks are properly dated.

 

Appreciate the help!
답변 1개
  1. 2012년 4월 16일 오후 8:17
    Create a workflow rule on opportunities:

     

    ISPICKVAL(StageName, "Closed Won") that is evaluated When a record is created, or when a record is edited and did not previously meet the rule criteria. The associate a field update that prints Today() on a custom date field on opportunity.

     

    --KC
0/9000