Portal Shortcut that Includes Inquire

Sort:
You are not authorized to post a reply.
Author
Messages
Craig Derksen
Basic Member
Posts: 14
Basic Member

    Is it possible to create a bookmark that would jump directly to a Lawson form and perform the inquire?  Ideally, something that looks like this:

    domain.com/lawson/portal/?_TKN=HR11.1&EMP-COMPANY=4321&EMP-EMPLOYEE=1000

    We are tying into a dotnet (.net) WebBrowser control and would like to enable the user to click a link and jump directly to the lawson form, with the data already retrieved.  If this is not possible, can someone provide guidance on how to utilize the xml generated by a "servlet/Router/Transaction/Erp?" call to render a page in the WebBrowser control?

    Thanks in advance!

    Craig

    ShawnV
    Advanced Member
    Posts: 37
    Advanced Member
      domain/lawson/portal/index.htm?_PDL=SYSINT2&_TKN=HR11.1&_HK=4321000001000

      You must use the Hidden Key values where the first 4 are the company and the next 9 are the employee number.

      Give that a shot.
      You are not authorized to post a reply.