Liquid UI Forum

Using Your Liquid UI Products => Web Product and Unattended RPA for SAP => Topic started by: Punil Shah on May 15, 2015, 12:41:21 PM

Title: Can I pass values to WS (Liquid UI) Platform through Web UI?
Post by: Punil Shah on May 15, 2015, 12:41:21 PM
Web UI URL
Yes, you can specify the parameters in the Web UI URL to pass the values from the browser to Liquid UI (WS) Platform.
Code: [Select]
Example: http://localhost:85/guixt4web/logon.gsp?user=synactive&pass=liquid&tcode=va01&ordType=OR&soldto=1460
Liquid UI (WS) Platform
Use the elogon.sjs to access the connection object which contains the parameters passed from Web UI URL. elogon.sjs is executed on successful logon to SAP.
_connectiondata :  holds the parameters passed from the URL.

Example 1:
(http://www.guixt.com/images/forum/post/elogon-sjs1.png)

Example 2:
(http://www.guixt.com/images/forum/post/elogon-sjs2.png)