You are defining a user view for a loan application. If the loan applicant indicates there is an existing open account, the Date account opened must be before the current date. Select the approach that meets the validation requirements.

You are defining a user view for a loan application. If the loan applicant indicates there is an existing open account, the Date account opened must be before the current date. Select the approach that meets the validation requirements.
A . Use a pick list control to verify the Date account opened is in the past.
B . Use a calendar control to verify the Date account opened is in the past.
C . Use a validate rule to verify the Date account opened is in the past.
D . Use a when rule to verify the Date account opened is in the past.

Answer: B

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Grant
Grant
4 years ago

A Validate rule is used to check if a date property is in the past. The property type and control cannot prevent users from entering a date that is in the future/past.