Hi everyone
I put an iCommand applet on a .HTML page. That page has an input field where users can specify WERKS parameter. When pushing a button, a Xacute query is called that will return WERKS related data.
So far, I am using JavaScript to create a table displaying Query output returned by iCommand.
But I am wondering if this is really efficient. I think one for sure can put sth. like an iGrid Applet on the page and link it to the iCommand. So everytime iCommand executes my query, the iGrid gets updated.
I created an iGrid in my catalogue and placed it as applet on my page. I then played around with the DisplayTemplate parameter of my iCommand and some other approaches but I did not succeed in connecting both applets...
Can anybody give me a hint on how to proceed or let me kow whether it at all is a good idea to display output that way?
Thanks for any help!
Marco