Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Work with dialog functions

Read user defined parameters (getParameter)

Scroll Prev Top Next More

The function getParameter allows accessing user defined parameters defined in the JavaScript function jr_execute_dialog_function.

Parameter

Type

Description

$parameterName

string

Name of the parameter

The function returns the value of the parameter as text.

Example:

$firstname = $this->getParameter('firstname');

$lastname = $this->getParameter('lastname');