Validation Flashcards

1
Q

You have added fields for entering the name and address of a loan applicant. What validation methods would you use?

A

Define the name and address properties as text property types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name two types of validation rules?

A

validate

edit validate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which validation method would be appropriate for checking that a user enters a date for scheduling a home inspection that is in the future?

A

A validate rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How would you configure a field in which a user selects one of four possible shipping methods?

A

A picklist field and specify either a radio button or a dropdown control type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When would you use the required fields validation approach?

A

When you want to make sure users enter a value before they can continue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How would you ensure that a user always enters 20 characters in a field?

A

Use the editable settings to set both minimum and maximum number to 20 characters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Validate rules enable you to use a single property when?

A

Different values are required based on business logic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is the validation creating process in App Studio different than the process in Dev Studio?

A

App studio automatically applies the validation rule to the flow action that corresponds to the user view.

Also, only supports comparisons against a constant value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why must a validation condition that tests whether a date is in the future or the past be configured in Dev Studio?

A

Requires the use of a function which can be accessed via Dev Studio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You have added a field for entering a U.S phone number.

Do you use a integer data type or an edit validate rule to validate that the phone number is in the correct format?

A

An edit validate rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly