Reference > Expressions > Built-in Functions > Control Functions > GetSRPValue

GetSRPValue

Gets the service request parameter value as part of a workflow.

Syntax

GetSRPValue(recId, parameterFieldName)

Enabled for

Search/Dashboard No
Business Rules No
Quick Actions Yes
Workflow Objects No
Reports No

Parameters

recId The RecID of the service request instance.
parameterFieldName The name of the service request field on the Parameter tab for which you want to return the value.

Return Value

The same type as the value of the parameterFieldName parameter. For example, if the parameterFieldName parameter is a DateTime value, this function returns a DateTime value.

Example

$(GetSRPValue())