UI policies and business rules Flashcards
javascript may execute on the _____ side or _____ side
client, server
what is a UI policy and what side does it execute on
a rule applied to a form to dynamically change info or the form itself. client side
3 things UI policies set fields to
mandatory/optional, hidden/visible, read only/editable
what is a data policy and where does it execute
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
what do client scripts do and on what side do they execute
make real time changes to the UI, especially forms, client side
4 types of client scripts
onCellEdit(), onChange(), onLoad(), on Submit()
what side does a business rule execute on
server
4 choices for business rule When setting
before record is saved, after record is saved, async, display
4 things each business rule includes
table, timing, conditions to evaluate, script to run
before scripting a business rule, consider whether you can accomplish the same goal in _____
flow designer