custom

This call invokes the CLI user exit in the UserCustom Java class.

SYNTAX

http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=custom
[&custom_param1=value[&custom_param1=value...]]

NOTES

This command works in conjunction with the UserCustom Java class within ExtraView. This command can be used to create your own API calls that execute any code within the ExtraView environment. It is therefore a very powerful command that can be used to create any new API command or commands that you need for any purpose. The custom parameters are optional and may be any name value pairs that you provide to the new command. The parameters are passed into the UserCustom CLI exit.