
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
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