Hi,
MII version 15.0 SP5 Patch4. In MII 15.0 version, since there is no i5Command, I though of using icommand applet.
I created a query template (Fixed SQL query)
I configured a displaytemplate with icommand.
I placed an icommand applet in webpage through workbench as I can't edit SSCE source code just before </body> tag.I gave applet name as iCmdpartno
in the javascript function, when I code as
//querytemplate has 1 input parameter
iCmdpartno.getQueryObject().setParam(1,partno);
iCmdpartno.executeCommand();
I am getting the following error.
Uncaught ReferenceError: iCmdpartno is not defined.
How to place an icommand applet in SSCE?
Is there a way to execute querytemplate with out using iCommand?
Regards,
Naga.