Configure Transact Function Parameters

   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.

Note

You can update the same parameters in the Parameters Edit tab.

To configure Transact function parameters:

  1. Select Services > Transact Functions.
  2. Locate a Transact function and click Edit.
  3. Click the Parameters tab to view, edit and add Transact function parameters.
    Manager view function's parameters
  4. Locate a parameter to modify and click Edit. For example, click groovyScript to edit its configuration, as shown below.
    Manager edit Groovy script
    Note

    For explanation of common parameters, see Configure Transact Function Parameters Edit. Otherwise, check the specific documentation of each service.

  5. Click Save to update the changes.

To create a Transact function parameter:

  1. Select Services > Transact Functions.
  2. Locate a Transact function and click Edit.
  3. Click the Parameters tab to view, edit and add Transact function parameters.
  4. Click New to create a new parameter.
    Manager create a parameter
  5. Update a Groovy script to make use of this parameter, for example String UserName = (String) inputParams.svcDef.paramsMap["userName"].
  6. Click Save to update the changes.

Next, learn how to configure Transact function Unit test.