If your project was created with the UNICOM® Digital Transformation Toolkit version 10.0 or the UNICOM® Multichannel Bank Transformation Toolkit version 9.09 or later, everything is already configured, and it is ready to use.
If your project was created with an earlier version of the UNICOM® Multichannel Bank Transformation Toolkit, you must configure the project by following these steps:
Configure the btt.xml file
1 Edit the btt.xml file, and then add this line to the components. processor. classTable section:
4 Copy the dependent JavaScript files, jquery.js and require.js, to:
<Project>\WebContent\js\lib\
Edit the user state in the UDTT transaction editor
You can edit the user state when you compose the flow in the transaction editor. Compared to the operation state, it has two new properties:
OutputDataFields
Specify the data fields that can be accessed from the client side.
"*" indicates all flow context data. However, this does not let you access any session data or application data; to get those types of data, you must specify the data name explicitly.
"" (empty) indicates no output data.
InputDataFields
Specify the data fields that can be submitted (changed) from the client side.