Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Use a Validation Rule:
AND( CHECKBOX_FIELD=FALSE, NUMBER_FIELD="")
Something like that.
Rex has the right idea, but the syntax needs a little help. Something like and( checkbox__c ,isnull(numberfield__c) ) should do the trick
Use a Validation Rule:
AND( CHECKBOX_FIELD=FALSE, NUMBER_FIELD="")
Something like that.
What would it be if the required field was a picklist, not a number field?
Jane