Difference between revisions of "Logic Management"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 12: Line 12:
  
 
BE since Release 8 has an inbuilt logic management creation engine.  Click here to learn how to use this engine [[Campaign_Database_Building_Logic_Into_A_Script]]
 
BE since Release 8 has an inbuilt logic management creation engine.  Click here to learn how to use this engine [[Campaign_Database_Building_Logic_Into_A_Script]]
 +
 +
 +
 +
[[Category:BE Interface:In Form Customisation]]
 +
[[Category:Module Specific:Form Management]]

Revision as of 00:54, 22 March 2014

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 Management is the process of implementing this "logic" in a script.


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 Campaign_Database_Building_Logic_Into_A_Script