Difference between revisions of "Logic Management"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) |
Philip Lacey (talk | contribs) |
||
| Line 11: | Line 11: | ||
| − | BE since Release 8 has an inbuilt logic management creation engine. Click here to learn how to use this engine [[ | + | 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]] |
[[Category:Module Specific:Form Management]] | [[Category:Module Specific:Form Management]] | ||
Revision as of 11:05, 19 November 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 Form_-_Building_Logic_Into_A_Script