Question

ATIT
ATIT
SA
ATIT
Posted: Mar 13, 2017
Last activity: Mar 17, 2017
Last activity: 17 Mar 2017 11:46 EDT
Closed
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?