zspel is a set of tools for CA Service Desk packed to reduce routine operations and ease spel coding.
zspel is about z which is prefix for all CA SDM customization forms/scripts/schemas and spel which is CA SDM inner programming language.
Copy zspel.frg to folder which can be accessed by SDM daemon controlled user.
- Create
zinclude.spl
file within$NX_ROOT/site/mods/majic
folder with followed notation:
#include "<full_path>/zspel.frg"
- Restart services
- Create
zinclude.spl
file within$NX_ROOT/site/mods/www
folder with followed notation:
#include "<full_path>/zspel.frg"
- Restart services
- Simply include
zpsel.frg
in your frg script file:
#include "<full_path>/zspel.frg"
All test units provided in zspel_test.frg