Question
Lloyds Bank
GB
Last activity: 4 Oct 2018 13:54 EDT
Hi , Is there any way to call a decision table in Java?
Hi,
I need to build a header section using HTML Code. Here the content should be loaded dynamically. I am maintaining a decision table to get the appropriate html file.
Is there any way to call Decision table in Java code ?
Thanks,
Ram
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi,
I can create an activity and inside that activity calling the decision table would be one approach some thing like this:
String testURL=
com.pega.pegarules.pub.util.StringUtils.urlCrossScriptingFilter(tools.findPage("pxThread").getString("pxReqURI") + "?pyActivity=Data-Portal.TestActivity");
in TestActivity, i can call decision table.
But i am looking for another approach which will directly call the decision table without having an activity. Please suggest some ideas.
Thanks,
Ram