Script Entry Point

This block defines an entry point to a script that is not the start point. You can pass a single parameter to the script through the Variable Name property of this block.

Properties

Values

Description

Variable Name

String

The parameter to pass to the script.

This field is Required and the block will abort the script if one is not entered. This variable does not have to be used in the script in any form.

 

Note

  • You can pass a string that is parsed by your script through the Variable Name parameter. That way you can pass multiple parameters to your script.
  • Make sure that the Script Entry Point and the script in which you insert the Script Entry Point are consistent with the entry point established in CCaaS Admin.
  • To be able to use the parameter defined through the Variable Name property, the Parameter Accepted option of the Entry Points dialog of CCaaS Admin must be enabled. If the option is not enabled, the Variable Name property is not available.

For more information, see entry point in the CCaaS Tenant Administrator Help.