Skip to main content
Hi,

 

I created a Checkbox "QBR Checked" which should get checked if satisfies the below criteria,

 

IF "QBR_Complete_Date_c" (TextBox) = Current Quarter.

 

Can someone help me on this??

 

Thanks in advance  

 

 
6 Antworten
  1. 20. März 2018, 10:05
    Hi ManojKumar ,

     

    Create workflow Rule / Process Builder with Criteria :

     

    TEXT(QBR_Complete_Date_c)= 'Current Quarter'

     

    and Field Update to check QBR_Checked__c to be checked.

     

    Thanks

     

    Dnyaneshwar

     

     
0/9000