Difference between revisions of "Logic Management"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 1: Line 1:
 +
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.
 
Logic management is the process of adding "logic" to a script.
  
Line 5: Line 8:
  
  
Logic Management is the process of implementing this "logic" in a script.
+
Logic can be implemented in a Form using one of two methods.
 
 
 
 
Custom logic management can be implemented through the programming language JavaScript.
 
 
 
  
BE since Release 8 has an inbuilt logic management creation engine.  Click here to learn how to use this engine [[Form_-_Building_Logic_Into_A_Script]]
+
# bxp since Release 8 has an inbuilt logic management creation engine.  Click here to learn how to use this engine [[Form_Self_Generating_Logic]]
 +
# Custom logic management can be implemented through the programming language JavaScript.
  
  
 
[[Category:Module Specific:Form Management]]
 
[[Category:Module Specific:Form Management]]

Revision as of 11:09, 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.


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.