Discussion
3
Replies
177
Views
Covance
Posted: July 17, 2015
Last activity: July 18, 2015
Closed
Cannot find pega_wb_lookuplist
In activity there is java step and part of clode has been included as follows.
String LookupListKey = pega_wb_lookuplist.getFileName("Rule-Obj-Flow", strAction, "List");
What is the pega_wb_lookuplist in here? Is it function? I don't see it in engine API, function list, libraries list? Where i can see this rule (both pega_wb_lookuplist and getFileName()) in PRPC?
Thanks in advance.
getFileName = Rule-Utility-Function (Function rule)
LookupList = Library name for the RUF
pega_wb = Ruleset Name where RUF is present
To call an RUF we use the syntax = Rulesetname_LibraryName.RUFName(Parameters).
To fix your issue,
please clear temp directory and try again.