Question
2
Replies
262
Views
Posted: June 18, 2020
Last activity: June 21, 2020
How to call Java in data transform in pega 8?
How to call Java in data transform in pega 8?
***Edited by Moderator Marissa to change type from Pega Academy to Product, update Product details and Platform Capability tags****
Hi Kowsalya,
Java code can be written directly in Activity using Java method but in Data Transform we cannot write the code as we don't have any such methods. But as per best practices directly writing Java code in the Activity is also not suggested. So write the Java code that performs your requirement and call the Function from the data transform.
Thank You.