Java Action - Data object?

0
Hi, can you please explain, which input is required in the field data object to make the token replacement work properly? What is exactly the “Data object” in this definition here? Thanks a lot! :)   
asked
2 answers
0

The data object is the object that contains the data that should be replaced in the token. Let say you have a token that should be replaced by the name of the employee you should pass the employee as the data object.

Do note that you can only use tokens over a reference one deep. It is a good practise to have an object where you attach all the other objects you want to use in tokens and then use that object always as Data object.

Regards,

Ronald

 

answered
0

hi

 

Can you please explain how to use Helper Objects to store multiple objects data and pass this as input data object to ReplaceEmailTemplateTokens java action with screenshots… Thanks very much in advance!

answered