Issue with Activity Java Code in SharePoint Online Integration Using Azure Active Directory
Hello,
I am following the Pega Platform SharePoint Online Integration Guide (https://docs.pega.com/bundle/platform/page/platform/data-integration/integrating-sharepoint-online-with-pega-platform-using-azure-active-directory.html), and I am encountering an issue in Step 7 while creating an Activity.
The Java code provided for calling a Rule Utility Function (RUF) does not compile, and I am receiving an error related to <<LibraryName>>
when attempting to invoke the method.
The error message says: "<<LibraryName>>
cannot be resolved. Compile failed."
I am using Pega Platform version Pega Infinity '24.2.1
I tried using tools.callMethod()
and tools.getLibrary()
but faced issues with both approaches.
Could someone help me with how to properly invoke the Rule Utility Function in the Activity step using the correct syntax?
Hello,
I am following the Pega Platform SharePoint Online Integration Guide (https://docs.pega.com/bundle/platform/page/platform/data-integration/integrating-sharepoint-online-with-pega-platform-using-azure-active-directory.html), and I am encountering an issue in Step 7 while creating an Activity.
The Java code provided for calling a Rule Utility Function (RUF) does not compile, and I am receiving an error related to <<LibraryName>>
when attempting to invoke the method.
The error message says: "<<LibraryName>>
cannot be resolved. Compile failed."
I am using Pega Platform version Pega Infinity '24.2.1
I tried using tools.callMethod()
and tools.getLibrary()
but faced issues with both approaches.
Could someone help me with how to properly invoke the Rule Utility Function in the Activity step using the correct syntax?
Is there something wrong with the current method of invoking the RUF in my Java code? If so, how should I modify it to make it work?
Thanks in advance for your help!