Steps to reproduce:
- Create new No Contract/Upsell Opportunity, set NC/U reason to anything
- Edit Opportunity Type to something other than No Contract/Upsell. Save.
- Attempt to change NC/U Reason to “None” – error results.
Thanks!
7 个回答
Hi Mike ,Thanks for confirmation. Please update the validation rule as below.
If this solution helps, Please mark it as best answer.Thanks,IF(ISNEW(), AND( TODAY() > DATE(2021,08,28), ISPICKVAL( Type ,'No Contract/Upsell'),
ISBLANK(TEXT(NC_U_Reason__c))), AND ( DATEVALUE(CreatedDate) > DATE(2021,08,28),ISPICKVAL( Type ,'No Contract/Upsell'),ISBLANK(TEXT(NC_U_Reason__c) )))