Difference between revisions of "Spel Reference Guide"
From SDU
m |
m |
||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
[[Category:Customization]] | [[Category:Customization]] | ||
| − | = | + | <div align='center'><font color="green">To make corrections or additions to this article, select the ''edit'' tab above.<br> |
| + | To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div> | ||
| + | |||
| + | == Overview == | ||
Spel is CA proprietary code used to script Service Desk core operations. Spel coding is found a .spl and .maj files located in [[$NX_ROOT]]\bopcfg\majic and [[$NX_ROOT]]\site\mods\majic directories. Other examples can be found in the [[$NX_ROOT]]\samples directory. | Spel is CA proprietary code used to script Service Desk core operations. Spel coding is found a .spl and .maj files located in [[$NX_ROOT]]\bopcfg\majic and [[$NX_ROOT]]\site\mods\majic directories. Other examples can be found in the [[$NX_ROOT]]\samples directory. | ||
Note: .spl files with a ''pcd'' proceeding the .spl are encrypted files, such as chgpcd.spl or itilpcd.spl. | Note: .spl files with a ''pcd'' proceeding the .spl are encrypted files, such as chgpcd.spl or itilpcd.spl. | ||
| + | |||
== Reference Sections == | == Reference Sections == | ||
| Line 28: | Line 33: | ||
*[[Triggering Reaction]] | *[[Triggering Reaction]] | ||
*[[Spel FAQ]] | *[[Spel FAQ]] | ||
| + | |||
== See Also == | == See Also == | ||
[[WSSIWYG]] by Nero Le Velu | [[WSSIWYG]] by Nero Le Velu | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 04:42, 26 July 2008
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
Spel is CA proprietary code used to script Service Desk core operations. Spel coding is found a .spl and .maj files located in $NX_ROOT\bopcfg\majic and $NX_ROOT\site\mods\majic directories. Other examples can be found in the $NX_ROOT\samples directory.
Note: .spl files with a pcd proceeding the .spl are encrypted files, such as chgpcd.spl or itilpcd.spl.
Reference Sections
- Errors
- Functions
- Operators
- Statements
- Variables and Types
- Data Type Conversion
- Triggering Reaction
- Spel FAQ
See Also
WSSIWYG by Nero Le Velu