Link to Process Flow Inbasket from Framework Services

 2 Replies
 0 Subscribed to this topic
 22 Subscribed to this forum
Sort:
Author
Messages
vc727
Advanced Member Send Private Message
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?

 

Deleted User
New Member Send Private Message
Posts: 0
New Member
change top to portalWnd
vc727
Advanced Member Send Private Message
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