Inbasket link Folders

 5 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
JudeBac
Veteran Member Send Private Message
Posts: 129
Veteran Member

Good morning. We are still in Lawson 8.03 and ProcessFlow Pro 8.03 and Portal Inbasket

In the Inbasket, click on the Workunit. On the left, there is Actions, Display, Folders, Messages and History. Question, how can I hide or disable "Folders".

Thank you,

Jude

David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
I don't think you can remove the "Folders" from the Inbasket (without an XML modification) but if the folder has a reference to the form (like PA52) you can use an AGS call to the WF form to delete the form reference.
David Williams
Shari
Veteran Member Send Private Message
Posts: 78
Veteran Member
I believe this is in the inbasket.js file.  It is a global setting, so this will affect all of your inbasket/flows.
 
-Shari
JudeBac
Veteran Member Send Private Message
Posts: 129
Veteran Member
thank you all.
John Henley
Send Private Message
Posts: 3351
Keep in mind that, while this appears to be a simple modification, it is liable to be overwritten whenever you load a Portal patch.
Thanks for using the LawsonGuru.com forums!
John
JudeBac
Veteran Member Send Private Message
Posts: 129
Veteran Member
I agree with John about the risk of updating the concerned file directly and the need to have it heavily documented. This approach will be my last resort.

I am also looking at David's advice to delete via AGS. The form is Work Unit Folder (WF21.1). I will go ahead and try this.