Link to Process Flow Inbasket from Framework Services

Sort:
You are not authorized to post a reply.
Author
Messages
vc727
Advanced Member
Posts: 44
Advanced Member

    We are working on moving from 8.0.3 to  lsf 9.0 I have the following url on one of our dashboards and it works fine but in the 9.0 version it comes back with the error

    Error retrieving work units for current task

    launchForm2("inbasket/inbasket.htm?" + top.lawsonPortal.profile.getElementsByTagName("TASK")[0].getAttribute("id"))

     

    The inbasket works fine if I click on the link in the portal menu on the left but we need the dashboard link to work because the portal menu is hidden for most users here.

     

    Any suggestions?

     

    Gary Davies
    Veteran Member
    Posts: 248
    Veteran Member
      change top to portalWnd
      vc727
      Advanced Member
      Posts: 44
      Advanced Member
        If I understood you that would make my string

        launchForm2("inbasket/inbasket.htm?" + portalWnd.lawsonPortal.profile.getElementsByTagName("TASK")[0].getAttribute("id"))

        But it is giving me an error of portalWnd is undefined






        You are not authorized to post a reply.