In Custom javascript you can achive this.
On Formscript Onload section write bellow codes
var html = “
”;
$(“.case_details_forms”).find(“.case_submit_button”).parent().parent().prepend(html);
On Reusable Section write bellow code
function print2()
{
document.getElementById(“printTemplateActionLi”).getElementsByTagName(“a”)[0].click()
}
It will show a print button on your form and onclick the button you will get the popup to select your custom template to print. This button will do the same action which is present in right panel action menu. Hope this helps.
#AgileApps#webMethods#webMethods-BPMS