Question
Blue Cross and Blue Shield of Minnesota
US
Last activity: 22 Aug 2019 7:19 EDT
Word doc generation
I have a simple requirement - generate and download a word document using a template.
I have a Word Template and an Activity with below java code:
try
{
url=com.pegarules.generated.pega_appdefinition_documentapp.pzGenerateDocument("Word Template Name", tools, "Word Template applies to Class", null);
}
catch(Exception e)
{
oLog.error("Letter generation failed : " +url);
}
It doesn't work. Tried different things.
What could be the reason?
***Edited by Moderator Marissa to update platform capability tags****