InterviewSolution
Saved Bookmarks
| 1. |
What is a business rule? |
|
Answer» The business rule is server-side scripting, which gets EXECUTED when you try to INSERT, delete, update, display or query a record. The main use of CREATING a business rule is that you can decide when and on what action it will EXECUTE. The business rule can be applied to the following states: display{"detectHand":FALSE}, before{"detectHand":false}or after{"detectHand":false}. |
|