You need to sign in to do that
Don't have an account?

Create a validation rule for a number field
I'm looking at creating a validation rule to be mandatory only if the record was created today. Any help on creating this would be great.
You need to sign in to do that
Don't have an account?
Let us know if this will help you
Try this,
DATEVALUE(CreatedDate) = Today() && Your_NumberField__c=Null)