Closed
Validating Data Elements Quiz question
Hi,
Could sobody please explain in detail the correct answer to this question?
We have the following requirement: The user name entered must not already be taken and it should not exceed 10 characters. Which one of the following choices is the best way to address this requirement? (Choose One)
An edit validate rule that verifies both these conditions
A single validate rule to verify both these conditions
A validate rule for the first condition which calls another validate rule which has the second condition since the validate rule cannot specify different conditions for the same field
A validate rule for the first condition and an edit validate for the second
Thanks!
Juan Cortines