Question
ATIT
SA
Last activity: 17 Mar 2017 11:46 EDT
LookUp function within Java
I am trying to use the lookup function with a java function like below.
String delStatus = com.pega_rulesengine_utilities.lookup("DR","AAAA-AAA-AAA","Code",catValue,"");
But the I am not able to call the lookup function like above.
any idea about how to call the lookup function within java function?