
validation rule required:
Month should be in current quarter.
My validation Rule:
Quartar__c =TEXT(MONTH(TODAY()))
But it's not working.
2 件の回答
Aren't you missing something here. There should be one more field which would have a date and on that basis we can decide which quatar is going one and then Validation would come in.
Thanks
Paarth