Error when calling RUF from Java step in Activity — "<<Library_Name>> cannot be resolved" | Pega 24.2.1
Hi Team,
I'm following the guide: https://docs.pega.com/bundle/platform/page/platform/data-integration/integrating-sharepoint-online-with-pega-platform-using-azure-active-directory.html
I am using Pega Platform version: Pega Infinity 24.2.1
Issue:
In the activity Java step (Step 7), I am trying to call my RUF like this:
My Library Rule: SP_Library
My Function: SP_Funtion(String, String, String, String, String, String)
I have verified my Library rule exists. Also, saved and generated the Library (Click on "Generate Library") and cleaned and recompiled the activity.
Is there any additional configuration needed to make the generated Java class available in Pega 24.2.1?
Is there a new recommended way to call RUFs in Java steps in Pega 24.2+ versions?
Am I missing anything specific in this SharePoint integration approach?
TIA