Difference between revisions of "Logic Management"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 5: Line 5:
  
  
If a user has a yes / no box.  If yes, then we want to ask question 2.  If no, then we want to ask question 3.  This is "logic" in a script.
+
This approach can also be called:
 +
* Advanced Logic
 +
* Branch Logic
 +
* Branching
 +
* Conditional Logic and Branching
 +
* Logic
 +
* Logic Branching
 +
* Skip Logic
 +
 
 +
 
 +
To provide a very simple example : If a user has a yes / no box.  If yes, then we want to ask question 2.  If no, then we want to ask question 3.  This is "logic" in a script.
  
  

Revision as of 11:12, 19 November 2014

A form in bxp software (bxp) has numerous useful capabilities. Amongst the most effective of these tools is logic.


Logic management is the process of adding "logic" to a script.


This approach can also be called:

  • Advanced Logic
  • Branch Logic
  • Branching
  • Conditional Logic and Branching
  • Logic
  • Logic Branching
  • Skip Logic


To provide a very simple example : If a user has a yes / no box. If yes, then we want to ask question 2. If no, then we want to ask question 3. This is "logic" in a script.


Logic can be implemented in a Form using one of two methods.

  1. bxp since Release 8 has an inbuilt logic management creation engine. Click here to learn how to use this engine Form_Self_Generating_Logic
  2. Custom logic management can be implemented through the programming language JavaScript.