Journey Manager (JM) The transaction engine for the platform. | Form Builder | 17.10 This feature was introduced in 17.10.
Manager allows you to view, configure, create, and remove Transact function Groovy script parameters in the Parameters tab.
You can update the same parameters in the Parameters Edit tab.
To configure Transact function parameters:
groovyScript
to edit its configuration, as shown below.
For explanation of common parameters, see Configure Transact Function Parameters Edit. Otherwise, check the specific documentation of each service.
To create a Transact function parameter:
String UserName = (String) inputParams.svcDef.paramsMap["userName"]
.Next, learn how to configure Transact function Unit test.