Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
Surpress "Related Links" tab in LPA Inbasket
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Steve G
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5277
People Online:
Visitors:
337
Members:
0
Total:
337
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
IPA/ProcessFlow
Surpress "Related Links" tab in LPA Inbasket
Please
login
to post a reply.
8 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
LisaN
Veteran Member
Posts: 53
9/27/2013 7:24 PM
We don't want our users to see the "Related Links" tab when they select their work item in the inbasket.
Is it possible to remove or supress it?
We are LPA and Landmark 10.0.3.12, Portal, 9.0.1 MSP9 / ESP12.
John Henley
Posts: 3362
10/3/2013 12:58 PM
Split
Do you want to do this for any workunit, or just for a particular service?
LisaN
Veteran Member
Posts: 53
10/7/2013 6:54 PM
Split
Any workunit.
John Henley
Posts: 3362
10/8/2013 8:39 PM
Split
I honestly can't think of an easy global solution.
Couple of options:
1. You can customize the CSS associated with the inbasket
(process is documented in the landmark infocenter:
Landmark Technology Developer Guides > Customizing Landmark Web Applications > Custom Stylesheets):
#listTable_RelatedLinksInbasketWorkunitFolderList {display:none;}
This will still display the "Related Links" tab, but not the list (yes, it's a hack!)
2. Depending on how many flows you have, you can try removing the links/forms associated with the workunit (in the case of RQ for instance, the form link is added in the COBOL RQ code, so you'd have to remove it in the flow to avoid customizing the RQ code...).
LisaN
Veteran Member
Posts: 53
10/9/2013 11:18 PM
Split
Do you know the name of the file that has that information? I can view the source by right clicking the form but I don't see the file name. Is it on the Landmark server or on the LSF server?
John Henley
Posts: 3362
10/11/2013 12:42 PM
Split
LisaN, are you referring to the css file?
LisaN
Veteran Member
Posts: 53
10/15/2013 7:17 PM
Split
Is the CSS file named "landmark.css"? Is it supposed to be on the Landmark server? LPA is installed on our Landmark server.
Thanks
John Henley
Posts: 3362
10/16/2013 9:12 PM
Split
Yes, this is on the Landmark server, but don't make the change directly in landmark.css. Any .css changes should go into the custom.css file (you can use landmark.css to figure out what changes you want to make, but again, make sure you actually make the changes by adding them to custom.css).
The documentation isn't very clear on the steps...and it's actually referring to other Landmark apps, not necessarily IPA/LPA, but the basic steps are that you need to get the landmark.css and custom.css by extracting them from
/java/jar/xhtml.war (copy xhtml.jar to a temp folder, and then jar -xvf xhtml.jar and look in the styles/default/css folder).
Once you make any changes you then need to repackage them back into the .war file which then needs to get redeployed into Websphere.
Not trivial is it?
LisaN
Veteran Member
Posts: 53
10/18/2013 5:19 PM
Split
Thank you John. I'll talk to our admin about this.
Please
login
to post a reply.