session_parameter

You can use the function session_parameter to retrieve session parameters from the current session in which the ITP Model is run. The function has one parameter of type TEXT, which contains the name of the session parameter that the function retrieves. The function results in type TEXT and holds the retrieved value.

Example

TEXT value1 := session_parameter("parameter1")