Baandev24
7th July 2015, 17:17
Hello Experts,

I have a requirement where we need to call an external webapp on clicking a form command of a session.

This .net based WebApp will show attachments or documents related to the order.

With app_strt, I can call the hyperlink but how can I pass the variables for order number to this app

Please help.

Thanks in Advance
Sachin

mark_h
7th July 2015, 20:07
Does the external web app accept variables in the url or link? I know we used to have something that would view items drawings or something like that - I could launch the app by just building the link with the variable like view.xxx.xxx/item="kkkk". I could set it in the link itself. The way we launch excel in one program is to run a macro to do everything we need. Can you build a .bat file like that? Of course this all depends on the web application itself.

Baandev24
8th July 2015, 08:47
Thank you Mark.
Will try passing it thru' url.
Cheers,
Sachin