UI policies and business rules Flashcards

1
Q

javascript may execute on the _____ side or _____ side

A

client, server

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

what is a UI policy and what side does it execute on

A

a rule applied to a form to dynamically change info or the form itself. client side

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

3 things UI policies set fields to

A

mandatory/optional, hidden/visible, read only/editable

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

what is a data policy and where does it execute

A

a rule that enforces data consistency by setting fields as mandatory and/or read only, executes on server side but can run on client side as a UI policy

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

what do client scripts do and on what side do they execute

A

make real time changes to the UI, especially forms, client side

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

4 types of client scripts

A

onCellEdit(), onChange(), onLoad(), on Submit()

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

what side does a business rule execute on

A

server

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

4 choices for business rule When setting

A

before record is saved, after record is saved, async, display

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

4 things each business rule includes

A

table, timing, conditions to evaluate, script to run

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

before scripting a business rule, consider whether you can accomplish the same goal in _____

A

flow designer

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