Class script
Optiva VB Scripts (actions, copy methods, and event hooks) must have the class declared exactly as Class typeScript. Otherwise, an error occurs.
- Class can begin with uppercase
Cor lowercasec. - Use uppercase
Sfor Script. If you useclass typescript, then an error occurs. - The
typedeclares the type of script:- workflow script =
ActionScript - copy method script =
CopyScript - equation script =
EquationScript - event hook script =
HookScript
- workflow script =