Map/MapChain/JTScript (Custom Function)

Among all of the components within the Business Process, Map/MapChain/JTScript (Custom Function) - CF component is the most important component of, the process. It can contain logic for ANY to ANY Transformation, Validation, Split Merge and any other message processing requirement

To CF to a business process drag and drop it from the left panel. You will have the following window

At this junction, you have 3 options

  1. You can inject a JTMap created by using Mapper

  2. You can inject a JTMapChain created by using Map chain

  3. You can write your custom script JT Scripts

Once you drag and drop the custom function you will be able to see all the pre-defined JT Utils, which is useful in importing the Lookup Tables, Global variables, Mappers, and many more.

You can find the list of all the pre-defined functions on the JT Utils page.

Also, it has pre-defined variables.

For example:- Transaction Id

It also has the For-loop code in the Customfunction.

Last updated