Skip to content

ParameterValue Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

object ParameterValue(requestparameters:List<RequestParameter>, attribute:string)

Description

Returns the value of a request parameter of an arbitrary request. When the request is for an update of a multi-valued attribute, ParameterValueAdded() and ParameterValueRemoved() must be used.

Remarks

None.

Supported Version

2.15.713.0 and later

Examples

ParameterValue([//Request/RequestParameter], “AccountName”)

Clone this wiki locally